Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Apr 17, 2020
1 parent e7c3903 commit 97b5019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ Thermostat is a **channel** and temperature and humidity is a **property** of th
/ fb / v1 / device-name / $channel / thermostat / $property / temperature / $settable → true
/ fb / v1 / device-name / $channel / thermostat / $property / temperature / $queryable → true
/ fb / v1 / device-name / $channel / thermostat / $properties / temperature → 22
/ fb / v1 / device-name / $channel / thermostat / $property / temperature → 22
/ fb / v1 / device-name / $channel / thermostat / $property / humidity / $name → Humidity
/ fb / v1 / device-name / $channel / thermostat / $property / humidity / $unit → %
/ fb / v1 / device-name / $channel / thermostat / $property / humidity / $datatype → integer
/ fb / v1 / device-name / $channel / thermostat / $property / humidity / $settable → false
/ fb / v1 / device-name / $channel / thermostat / $property / humidity / $queryable → true
/ fb / v1 / device-name / $channel / thermostat / $properties / humidity → 60
/ fb / v1 / device-name / $channel / thermostat / $property / humidity → 60
/ fb / v1 / device-name / $channel / switch / $name → Heating switches
/ fb / v1 / device-name / $channel / switch / $properties → relay
Expand Down

0 comments on commit 97b5019

Please sign in to comment.