Skip to content

Commit 7ab7028

Browse files
committed
Update README.md
1 parent 993672b commit 7ab7028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,9 @@ If the `mode` is `false`, which means the light switch Add-on is not used, the `
700700
"Inverse the on/off direction" | Value of the `state` | Logical state | Physical arm position
701701
:------------------------------|:---------------------|:--------------|:------------
702702
disabled | `true` | OFF | Up (retracted)
703-
+ | `false` | ON | Down (stretched)
703+
  | `false` | ON | Down (stretched)
704704
enabled | `true` | OFF | Down (stretched)
705-
+ | `false` | ON | Up (retracted)
705+
  | `false` | ON | Up (retracted)
706706

707707
The `battery` is *experimental* for now. I'm not sure whether the value is correct or not. Never trust this value for now.
708708

@@ -737,8 +737,8 @@ Property | Type | Description
737737
`model` | String | This value is always `"T"`, which means "Meter (WoSensorTH)".
738738
`modelName` | String | This value is always `"WoSensorTH"`, which means "Meter".
739739
`temperature` | Object |
740-
+ `c` | Float | Temperature (degree Celsius/°C)
741-
+ `f` | Float | Temperature (degree Fahrenheit/℉)
740+
   `c` | Float | Temperature (degree Celsius/°C)
741+
   `f` | Float | Temperature (degree Fahrenheit/℉)
742742
`fahrenheit` | Boolean | The flag whether the Meter shows Fahrenheit (`true`) or Celsius (`false`) for the temperature on the display
743743
`humidity` | Integer | Humidity (`%`)
744744
`battery` | Integer | (**experimental**) This value indicates the battery level (`%`).

0 commit comments

Comments
 (0)