From 117f041cf15de2a7f57bdb0fac4dfff47277efb6 Mon Sep 17 00:00:00 2001 From: Jack Tan Date: Wed, 9 Jul 2014 22:02:03 +0800 Subject: [PATCH] add a new subsystem id of light system Signed-off-by: Jack Tan --- lib/ihome.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ihome.h b/lib/ihome.h index 6d99806..1f1ed13 100644 --- a/lib/ihome.h +++ b/lib/ihome.h @@ -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)