Skip to content

Commit

Permalink
ipso-temperature: Use "Cel" for degrees celsius
Browse files Browse the repository at this point in the history
Like the IPSO documentation says
  • Loading branch information
Joakim Nohlgård committed May 4, 2016
1 parent 0e9234d commit 22e9cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ipso-objects/ipso-temperature.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 22e9cca

Please sign in to comment.