mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 03:30:01 +00:00
ipso-temperature: Use "Cel" for degrees celsius
Like the IPSO documentation says
This commit is contained in:
parent
0e9234dce6
commit
22e9ccadf7
@ -79,7 +79,7 @@ LWM2M_RESOURCES(temperature_resources,
|
||||
/* Temperature (Current) */
|
||||
LWM2M_RESOURCE_CALLBACK(5700, { temp, NULL, NULL }),
|
||||
/* Units */
|
||||
LWM2M_RESOURCE_STRING(5701, "Celcius"),
|
||||
LWM2M_RESOURCE_STRING(5701, "Cel"),
|
||||
/* Min Range Value */
|
||||
LWM2M_RESOURCE_FLOATFIX(5603, IPSO_TEMPERATURE_MIN),
|
||||
/* Max Range Value */
|
||||
|
Loading…
Reference in New Issue
Block a user