From 4230f40556c36ac1d9f1aae1d80f6cb81754e708 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 08 七月 2020 14:59:20 +0800 Subject: [PATCH] 2020-07-08-01 --- ZigbeeApp/Shared/R.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 5387019..c0ccb31 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -905,7 +905,11 @@ public readonly static int nightLightSwitch = 5406; public readonly static int colorTemperature = 5407; public readonly static int buzzer = 5408; - + public readonly static int ambientLight = 5409; + public readonly static int illuminanceValue = 5410; + public readonly static int dark = 5411; + public readonly static int bright = 5412; + public readonly static int tipIlluminanceValue = 5413; /// <summary> -- Gitblit v1.8.0