From: Simon Spielmann Date: Mon, 5 Dec 2022 18:11:52 +0000 (+0100) Subject: Correct item type for state item in readme.md (#13845) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=d0b1458e89f1587400ba37b9571abc0c9ec47e21;p=openhab-addons.git Correct item type for state item in readme.md (#13845) Signed-off-by: Simon Spielmann --- diff --git a/bundles/org.openhab.binding.keba/README.md b/bundles/org.openhab.binding.keba/README.md index e6037cfebc..5c30f533b4 100644 --- a/bundles/org.openhab.binding.keba/README.md +++ b/bundles/org.openhab.binding.keba/README.md @@ -63,7 +63,7 @@ Number:Dimensionless KebaCurrentRange "Maximum supply current [%.1f %%]" { Number:ElectricCurrent KebaCurrent "Maximum supply current [%.3f A]" {channel="keba:kecontact:1:maxpresetcurrent"} Number:ElectricCurrent KebaSystemCurrent "Maximum system supply current [%.3f A]" {channel="keba:kecontact:1:maxsystemcurrent"} Number:ElectricCurrent KebaFailSafeCurrent "Failsafe supply current [%.3f A]" {channel="keba:kecontact:1:failsafecurrent"} -String KebaState "Operating State [%s]" {channel="keba:kecontact:1:state"} +Number KebaState "Operating State [%s]" {channel="keba:kecontact:1:state"} Switch KebaSwitch "Enabled" {channel="keba:kecontact:1:enabled"} Switch KebaWallboxPlugged "Plugged into wallbox" {channel="keba:kecontact:1:wallbox"} Switch KebaVehiclePlugged "Plugged into vehicle" {channel="keba:kecontact:1:vehicle"}