Skip to content

Commit

Permalink
Update Defines.h
Browse files Browse the repository at this point in the history
AS_MESSAGE_POWER_EVENT_CYCLIC and AS_MESSAGE_POWER_EVENT were reversed
- AS_MESSAGE_POWER_EVENT_CYCLIC is sent within a fixed interval
- AS_MESSAGE_POWER_EVENT is sent if values have changed in a configured range
  • Loading branch information
jp112sdl committed Oct 4, 2019
1 parent 8e235f5 commit 95ed245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
#define AS_MESSAGE_SENSOR_DATA 0x53 // signed answer needed on request
#define AS_MESSAGE_CLIMATE_EVENT 0x58
#define AS_MESSAGE_CLIMATECTRL_EVENT 0x5A
#define AS_MESSAGE_POWER_EVENT 0x5E
#define AS_MESSAGE_POWER_EVENT_CYCLIC 0x5F
#define AS_MESSAGE_POWER_EVENT_CYCLIC 0x5E
#define AS_MESSAGE_POWER_EVENT 0x5F
#define AS_MESSAGE_WEATHER_EVENT 0x70

// Byte 11: config values
Expand Down

0 comments on commit 95ed245

Please sign in to comment.