Files
POCloud-Email-Reports/channel_config/abbflow_channels.json
Patrick McDonagh 7e324d4ab2 Converts all to working Lambda function within AWS.
reports_xlsx.py left in the repo for legacy implementation
2018-03-13 18:21:05 -05:00

30 lines
699 B
JSON

[
{
"meshify_name": "yesterday_volume",
"vanity_name": "Yesteday Volume"
},
{
"meshify_name": "volume_flow",
"vanity_name": "Flow Rate"
},
{
"meshify_name": "differential_pressure",
"vanity_name": "Diff. Pressure"
},
{
"meshify_name": "static_pressure",
"vanity_name": "Static Pressure"
},
{
"meshify_name": "temperature",
"vanity_name": "Temperature"
},
{
"meshify_name": "battery_voltage",
"vanity_name": "Battery Voltage"
},
{
"meshify_name": "last_calculation_period_volume",
"vanity_name": "Last Calc. Period"
}
]