Skip to content

Commit

Permalink
[draytonwiser] Fix error in readme where boost duration was given wro…
Browse files Browse the repository at this point in the history
…ng quantity type

Signed-off-by: Andrew Schofield <the.uncle.fungus@gmail.com>
  • Loading branch information
andrew-schofield committed Jul 14, 2020
1 parent a368b5d commit 37ff7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.draytonwiser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@ The `awaySetPoint` defines the temperature in degrees Celsius that will be sent
|-------------------------|--------------|--------------------------------------------|
| `manualModeState` | Switch | Has manual mode been enabled |
| `hotWaterSetPoint` | Switch | The current hot water setpoint (on or off) |
| `hotWaterBoostDuration` | Number:Time | Period in hours to boost the hot water |
| `hotWaterBoostDuration` | Number | Period in hours to boost the hot water |

#### Room

| Channel | Item Type | Description |
|------------------------|--------------------|------------------------------------------------|
| `currentSetPoint` | Number:Temperature | The current set point temperature for the room |
| `manualModeState` | Switch | Has manual mode been enabled |
| `roomBoostDuration` | Number:Time | Period in hours to boost the room temperature |
| `roomBoostDuration` | Number | Period in hours to boost the room temperature |
| `windowStateDetection` | Switch | Detect whether windows are open |

#### Room Stat
Expand Down

0 comments on commit 37ff7fe

Please sign in to comment.