aquarack-sensor-collector/config.json

25 lines
696 B
JSON

{
"get_data_interval": 10,
"set_zero_temperature": "n",
"ref_zero_point": {
"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"]
}
}