@@ -24,7 +24,7 @@ config LWM2M_IPSO_TEMP_SENSOR_INSTANCE_COUNT
24
24
This setting establishes the total count of IPSO Temperature
25
25
Sensor instances available to the LWM2M client.
26
26
27
- choice
27
+ choice LWM2M_IPSO_TEMP_SENSOR_VERSION
28
28
prompt "IPSO Temperature object version"
29
29
depends on LWM2M_IPSO_TEMP_SENSOR
30
30
default LWM2M_IPSO_TEMP_SENSOR_VERSION_1_0
@@ -53,7 +53,7 @@ config LWM2M_IPSO_GENERIC_SENSOR_INSTANCE_COUNT
53
53
This setting establishes the total count of IPSO Generic
54
54
Sensor instances available to the LWM2M client.
55
55
56
- choice
56
+ choice LWM2M_IPSO_GENERIC_SENSOR_VERSION
57
57
prompt "IPSO Generic Sensor object version"
58
58
default LWM2M_IPSO_GENERIC_SENSOR_VERSION_1_0
59
59
help
@@ -93,7 +93,7 @@ config LWM2M_IPSO_HUMIDITY_SENSOR_INSTANCE_COUNT
93
93
This setting establishes the total count of IPSO Humidity
94
94
Sensor instances available to the LWM2M client.
95
95
96
- choice
96
+ choice LWM2M_IPSO_HUMIDITY_SENSOR_VERSION
97
97
prompt "IPSO Humidity Sensor object version"
98
98
default LWM2M_IPSO_HUMIDITY_SENSOR_VERSION_1_0
99
99
help
@@ -124,7 +124,7 @@ config LWM2M_IPSO_PRESSURE_SENSOR_INSTANCE_COUNT
124
124
This setting establishes the total count of IPSO Pressure
125
125
Sensor instances available to the LWM2M client.
126
126
127
- choice
127
+ choice LWM2M_IPSO_PRESSURE_SENSOR_VERSION
128
128
prompt "IPSO Pressure Sensor object version"
129
129
default LWM2M_IPSO_PRESSURE_SENSOR_VERSION_1_0
130
130
help
@@ -170,7 +170,7 @@ config LWM2M_IPSO_ACCELEROMETER_INSTANCE_COUNT
170
170
This setting establishes the total count of IPSO Accelerometer
171
171
instances available to the LWM2M client.
172
172
173
- choice
173
+ choice LWM2M_IPSO_ACCELEROMETER_VERSION
174
174
prompt "IPSO Accelerometer object version"
175
175
depends on LWM2M_IPSO_ACCELEROMETER
176
176
default LWM2M_IPSO_ACCELEROMETER_VERSION_1_0
@@ -199,7 +199,7 @@ config LWM2M_IPSO_BUZZER_INSTANCE_COUNT
199
199
This setting establishes the total count of IPSO Buzzer
200
200
instances available to the LWM2M client.
201
201
202
- choice
202
+ choice LWM2M_IPSO_BUZZER_VERSION
203
203
prompt "IPSO Buzzer object version"
204
204
depends on LWM2M_IPSO_BUZZER
205
205
default LWM2M_IPSO_BUZZER_VERSION_1_0
@@ -240,7 +240,7 @@ config LWM2M_IPSO_ONOFF_SWITCH_INSTANCE_COUNT
240
240
This setting establishes the total count of IPSO On/Off Switch
241
241
instances available to the LWM2M client.
242
242
243
- choice
243
+ choice LWM2M_IPSO_ONOFF_SWITCH_VERSION
244
244
prompt "IPSO On/Off Switch object version"
245
245
depends on LWM2M_IPSO_ONOFF_SWITCH
246
246
default LWM2M_IPSO_ONOFF_SWITCH_VERSION_1_0
@@ -270,7 +270,7 @@ config LWM2M_IPSO_PUSH_BUTTON_INSTANCE_COUNT
270
270
This setting establishes the total count of IPSO Push Button
271
271
instances available to the LWM2M client.
272
272
273
- choice
273
+ choice LWM2M_IPSO_PUSH_BUTTON_VERSION
274
274
prompt "IPSO Push Button object version"
275
275
depends on LWM2M_IPSO_PUSH_BUTTON
276
276
default LWM2M_IPSO_PUSH_BUTTON_VERSION_1_0
@@ -301,7 +301,7 @@ config LWM2M_IPSO_CURRENT_SENSOR_INSTANCE_COUNT
301
301
This setting establishes the total count of IPSO Current
302
302
Sensor instances available to the LWM2M client.
303
303
304
- choice
304
+ choice LWM2M_IPSO_CURRENT_SENSOR_VERSION
305
305
prompt "IPSO Current object version"
306
306
default LWM2M_IPSO_CURRENT_SENSOR_VERSION_1_0
307
307
depends on LWM2M_IPSO_CURRENT_SENSOR
0 commit comments