Update items.md (#1455)

Example with item Switch Kitchen_Light in the example is not correct for current binding version.
pull/1456/head
sancho-sumy 2021-01-15 18:01:53 +02:00 committed by GitHub
parent 51a4d3a505
commit 99f084ebb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:..."}