@@ -24,11 +24,11 @@ syscfg.defs:
24
24
value : AMBIENT_TEMPERATURE_RAW
25
25
26
26
REMOTE_SENSOR_TYPE_1__INT :
27
- description : ' Value Type is int'
27
+ description : ' Is Sensor Value Type int? '
28
28
value : 1
29
29
30
30
REMOTE_SENSOR_TYPE_1__DOUBLE :
31
- description : ' Value Type is double'
31
+ description : ' Is Sensor Value Type double? '
32
32
value : 0
33
33
34
34
# ##########################################################################
@@ -51,11 +51,11 @@ syscfg.defs:
51
51
value : AMBIENT_TEMPERATURE
52
52
53
53
REMOTE_SENSOR_TYPE_2__INT :
54
- description : ' Value Type is int'
54
+ description : ' Is Sensor Value Type int? '
55
55
value : 0
56
56
57
57
REMOTE_SENSOR_TYPE_2__DOUBLE :
58
- description : ' Value Type is double'
58
+ description : ' Is Sensor Value Type double? '
59
59
value : 1
60
60
61
61
# ##########################################################################
@@ -78,11 +78,11 @@ syscfg.defs:
78
78
value : PRESSURE
79
79
80
80
REMOTE_SENSOR_TYPE_3__INT :
81
- description : ' Value Type is int'
81
+ description : ' Is Sensor Value Type int? '
82
82
value : 0
83
83
84
84
REMOTE_SENSOR_TYPE_3__DOUBLE :
85
- description : ' Value Type is double'
85
+ description : ' Is Sensor Value Type double? '
86
86
value : 1
87
87
88
88
# ##########################################################################
@@ -105,11 +105,11 @@ syscfg.defs:
105
105
value : RELATIVE_HUMIDITY
106
106
107
107
REMOTE_SENSOR_TYPE_4__INT :
108
- description : ' Value Type is int'
108
+ description : ' Is Sensor Value Type int? '
109
109
value : 0
110
110
111
111
REMOTE_SENSOR_TYPE_4__DOUBLE :
112
- description : ' Value Type is double'
112
+ description : ' Is Sensor Value Type double? '
113
113
value : 1
114
114
115
115
# When we add Remote Sensor Type 5, remember to replicate the macros in
0 commit comments