Skip to content

Commit

Permalink
add a new subsystem id of light system
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Tan <[email protected]>
  • Loading branch information
comcat committed Jul 9, 2014
1 parent 35b467a commit 117f041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ihome.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
#define DINING_LIGHT (LIGHT_SYS | 0x04)
#define WASHROOM_LIGHT (LIGHT_SYS | 0x05)
#define HALL_LIGHT (LIGHT_SYS | 0x06)
#define ALL_LIGHT (LIGHT_SYS | 0xFF)

// Subsystem ID of Plant system
#define PARLOR_PLANT (PLANT_SYS | 0x01)
Expand Down

0 comments on commit 117f041

Please sign in to comment.