aquarack-sensor-collector/config.json

10 lines
224 B
JSON
Raw Normal View History

2024-10-29 04:57:18 +00:00
{
2024-10-29 05:52:22 +00:00
"get_data_interval": 10,
2024-10-29 05:59:12 +00:00
"set_zero_temperature": "y",
2024-10-29 04:57:18 +00:00
"ref_zero_point": {
2024-10-29 05:52:22 +00:00
"oilInFlowRate": 4016,
"oilOutFlowRate": 3995,
2024-10-29 04:57:18 +00:00
"waterInFlowRate": 3984,
2024-10-29 05:52:22 +00:00
"waterOutFlowRate": 3995
2024-10-29 04:57:18 +00:00
}
2024-10-29 05:52:22 +00:00
}