]> git.basschouten.com Git - openhab-addons.git/commitdiff
Update readme_v2.md (#15656)
authorGemertw <59452423+Gemertw@users.noreply.github.com>
Sat, 14 Oct 2023 17:35:01 +0000 (19:35 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2023 17:35:01 +0000 (19:35 +0200)
Under demo.items the button-last-event channel was of the Number type. I have changed this to String.
In the channels for devices section this was already corrected but is not 'live' yet?

Signed-off-by: Gemertw <59452423+Gemertw@users.noreply.github.com>
bundles/org.openhab.binding.hue/doc/readme_v2.md

index 2d7b38780b5763c2c5984c157c5e2c8034245d2a..5041b89b91b4923f948e8e660aef74c6f38f5c7a 100644 (file)
@@ -225,7 +225,7 @@ Color Living_Room_Standard_Lamp_Left_Colour "Living Room Standard Lamp Left Colo
 Dimmer Living_Room_Standard_Lamp_Left_Brightness "Living Room Standard Lamp Left Brightness [%.0f %%]" {channel="hue:device:g24:11111111-2222-3333-4444-555555555555:brightness"}
 Switch Living_Room_Standard_Lamp_Left_Switch "Living Room Standard Lamp Left Switch" (g_Lights_On_Count) {channel="hue:device:g24:11111111-2222-3333-4444-555555555555:switch"}
 
-Number Kitchen_Wallplate_Switch_Last_Event "Kitchen Wallplate Switch Last Event" {channel="hue:device:g24:11111111-2222-3333-4444-666666666666:button-last-event"}
+String Kitchen_Wallplate_Switch_Last_Event "Kitchen Wallplate Switch Last Event" {channel="hue:device:g24:11111111-2222-3333-4444-666666666666:button-last-event"}
 Switch Kitchen_Wallplate_Switch_Battery_Low_Alarm "Kitchen Wallplate Switch Battery Low Alarm" {channel="hue:device:g24:11111111-2222-3333-4444-666666666666:battery-low"}
 ```