Update items.md (#1455)
Example with item Switch Kitchen_Light in the example is not correct for current binding version.pull/1456/head
parent
51a4d3a505
commit
99f084ebb4
|
@ -69,7 +69,7 @@ itemtype itemname "labeltext [stateformat]" <iconname> (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]" <energy> (gPower) {channel="homematic:..."}
|
||||
|
||||
|
|
Loading…
Reference in New Issue