Skip to content

Commit d28ccf2

Browse files
author
michaelv2
committed
Update README.md
1 parent a5c3b09 commit d28ccf2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ The data file contains the following values, tab separated:
3232
4. Target temperature
3333
5. Current humidity
3434
6. Auto-away status
35-
7. Current fan status
35+
7. Current fan control status
3636
8. Current cooling status
3737
9. Current heating status
3838
10. Fan mode (on/auto/duty-cycle)
39-
11. HVAC type
39+
11. Fan on/off
4040
12. HVAC cooling support
4141
13. HVAC heating support
4242
14. Nest temperature scale setting
@@ -45,9 +45,9 @@ The data file contains the following values, tab separated:
4545
The log file has the following format:
4646
--------------------------
4747
```
48-
Time name current_temperature target_temperature current_humidity auto_away fan_control_state fan_cooling_state hvac_heater_state
49-
1377291009 Upstairs 25.31 25.3390000000 59 0 False False False
50-
1377291010 Kitchen 25.85 25.5555555556 60 0 False False False
48+
Time name current_temperature target_temperature current_humidity auto_away fan_control_state hvac_ac_state hvac_heater_state
49+
1377291009 Upstairs 25.31 25.3390000000 59 0 False False False
50+
1377291010 Kitchen 25.85 25.5555555556 60 0 False False False
5151
fan_mode hvac_fan_state can_cool can_heat temperature_scale leaf
5252
duty-cycle False True False F False
5353
duty-cycle False True False F False

0 commit comments

Comments
 (0)