item-type (channel): list all available in core (#1814)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/1839/head
lolodomo 2022-05-15 18:27:53 +02:00 committed by GitHub
parent 5be269c212
commit 0ca265b68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ The full Java API for bridge and *Thing* descriptions can be found in the Java p
| channel-type.id | An identifier for the channel type | mandatory |
| channel-type.advanced | The flag indicating if this channel contains advanced functionalities which should be typically not shown in the basic view of user interfaces | optional, default: false |
| kind | The kind of channel. state for channels which have a state, trigger for trigger channels. state is the default. | |
| item-type | An item type of the channel. All item types are specified in ItemFactory instances. The following items belong to the core: Switch, Rollershutter, Contact, String, Number, Dimmer, DateTime, Color, Image. | mandatory if kind state, which is the default |
| item-type | An item type of the channel. All item types are specified in ItemFactory instances. The following items belong to the core: Switch, Rollershutter, Contact, String, Number, Dimmer, DateTime, Color, Image, Location, Player, Call. | mandatory if kind state, which is the default |
| label | A human-readable label for the channel | mandatory |
| description | A human-readable description for the channel | optional |
| category | The category for the channel, e.g. TEMPERATURE | optional |