You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/items.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,13 @@ Number Livingroom_Clock_Battery "Battery Charge [%d %%]" // e.g. "
271
271
LocationMy_Location"My Location [%2$s°N %3$s°E %1$sm]"// e.g. "49.26°N 123.19°E 0m"
272
272
```
273
273
274
+
##### State Description
275
+
276
+
Internally items have a State Description, which can be obtained by GET `/rest/items/<itemName>`.
277
+
When an item is linked to a channel without `CommandTopic`, the State Description of the item is read-only.
278
+
Some UIs may disallow the user to edit such an item.
279
+
To change the item to read-write add `stateDescription=" "[readOnly=false]` in bindingconfig.
280
+
274
281
#### State Transformation
275
282
276
283
Transformations can be used in the state part of an Item, to translate the raw state of an Item into another language, or to convert technical values into human readable information.
0 commit comments