aquarack-sensor-collector/config.json

25 lines
696 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,
2025-01-24 01:51:53 +00:00
"set_zero_temperature": "n",
2024-10-29 04:57:18 +00:00
"ref_zero_point": {
2025-01-24 01:51:53 +00:00
"oilInFlowRate": 6143,
"oilOutFlowRate": 5998,
"waterInFlowRate": 5778,
"waterOutFlowRate": 5758
},
"temperature_point": {
"ch_1": ["n", "test_ch_1"],
"ch_2": ["n", "ch_2_name"],
"ch_3": ["n", "ch_3_name"],
"ch_4": ["n", "ch_4_name"],
"ch_5": ["n", "ch_5_name"],
"ch_6": ["n", "ch_6_name"],
"ch_7": ["n", "ch_7_name"],
"ch_8": ["n", "ch_8_name"],
"ch_9": ["n", "ch_2_name"],
"ch_10": ["n", "ch_10_name"],
"ch_11": ["n", "ch_11_name"],
"ch_12": ["n", "ch_12_name"]
2024-10-29 04:57:18 +00:00
}
2025-01-24 01:51:53 +00:00
}