From 2ec9898778d3beda89278e2a53ac0e68b3035d29 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 01 七月 2020 15:06:24 +0800 Subject: [PATCH] 2020-7-1-2 --- ZigbeeApp/Shared/R.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs old mode 100755 new mode 100644 index de1dffb..c0ccb31 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -902,6 +902,14 @@ public readonly static int executeSone = 5403; public readonly static int hour1 = 5404; public readonly static int mi = 5405; + 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