Skip to content

Commit

Permalink
[gree] Fix item type for mode (String not number as it was in old bui…
Browse files Browse the repository at this point in the history
…lds) (openhab#8152)

Signed-off-by: Markus Michels <[email protected]>
Signed-off-by: MPH80 <[email protected]>
  • Loading branch information
markus7017 authored and MPH80 committed Aug 3, 2020
1 parent 7af9d79 commit 3139f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.gree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Thing gree:airconditioner:a1234561 [ ipAddress="192.168.1.111", refresh=2 ]

```
Switch AirconPower { channel="gree:airconditioner:a1234561:power" }
Number AirconMode { channel="gree:airconditioner:a1234561:mode" }
String AirconMode { channel="gree:airconditioner:a1234561:mode" }
Switch AirconTurbo { channel="gree:airconditioner:a1234561:turbo" }
Switch AirconLight { channel="gree:airconditioner:a1234561:light" }
Number AirconTemp "Temperature [%.1f °C]" {channel="gree:airconditioner:a1234561:temperature" }
Expand Down Expand Up @@ -122,7 +122,7 @@ This example shows how to make a GREE Air Conditioner controllable by Google HA
```
Group Gree_Modechannel "Gree" { ga="Thermostat" } // allows mapping for Google Home Assistent
Switch GreeAirConditioner_Power "Aircon" {channel="gree:airconditioner:a1234561:power", ga="Switch"}
Number GreeAirConditioner_Mode "Aircon Mode" {channel="gree:airconditioner:a1234561:mode", ga="thermostatMode"}
String GreeAirConditioner_Mode "Aircon Mode" {channel="gree:airconditioner:a1234561:mode", ga="thermostatMode"}
Number GreeAirConditioner_Temp "Aircon Temperature" {channel="gree:airconditioner:a1234561:temperature}
Switch GreeAirConditioner_Lightl "Light" {channel="gree:airconditioner:a1234561:light"}
```
Expand Down

0 comments on commit 3139f1a

Please sign in to comment.