Files
ThingsBoard/Report Generator/lambda-python3.12/tbreport/config.json
2024-07-31 14:02:59 -05:00

64 lines
1.1 KiB
JSON

[
{
"emails": [
"nmelone@henry-pump.com"
],
"customers": {
"ec691940-52e2-11ec-a919-556e8dbef35c": {
"name": "CrownQuest",
"deviceTypes": [
{
"deviceType": "rigpump",
"dataPoints": [
"vfd_current",
"vfd_frequency"
]
},
{
"deviceType": "cqwatertanks",
"dataPoints": [
"fm_1_flow_rate"
]
}
]
},
"81083430-6988-11ec-a919-556e8dbef35c": {
"name": "Henry-Petroleum",
"deviceTypes": [
{
"deviceType": "abbflow",
"dataPoints": [
"accumulated_volume"
]
}
]
}
},
"filterDevicesIn": [],
"filterDevicesOut": [],
"name": "CrownQuest-Daily-Report"
},
{
"emails": [
"nmelone@henry-pump.com"
],
"customers": {
"81083430-6988-11ec-a919-556e8dbef35c": {
"name": "Henry-Petroleum",
"deviceTypes": [
{
"deviceType": "abbflow",
"dataPoints": [
"accumulated_volume"
]
}
]
}
},
"filterDevicesIn": [
"0090dbd0-abb0-11ec-90c2-ad8278896f52"
],
"filterDevicesOut": [],
"name": "Henry-Petroleum-Daily-Report"
}
]