diff --git a/configuration/items.md b/configuration/items.md index dd5c536b7..c7c4685aa 100644 --- a/configuration/items.md +++ b/configuration/items.md @@ -69,7 +69,7 @@ itemtype itemname "labeltext [stateformat]" (group1, group2, ...) ["t **Examples:** ```java -Switch Kitchen_Light "Kitchen Light" {mqtt="<[...], >[...]" } +Switch Kitchen_Light "Kitchen Light" {channel="mqtt:topic:..." } String Bedroom_Sonos_CurrentTitle "Title [%s]" (gBedRoom) {channel="sonos:..."} Number Bathroom_WashingMachine_Power "Power [%.0f W]" (gPower) {channel="homematic:..."}