| | |
| | | /// 手动 |
| | | /// </summary> |
| | | public const int Manual = 311; |
| | | /// <summary> |
| | | /// 背光灯颜色 |
| | | /// </summary> |
| | | public const int BackgroundLightColor = 312; |
| | | |
| | | public readonly static int cancel = 5097; |
| | | public readonly static int confrim = 5098; |
| | |
| | | public readonly static int numberSone = 5387; |
| | | public readonly static int openAutomationSone = 5388; |
| | | public readonly static int timeSetSone= 5389; |
| | | |
| | | public readonly static int invalidSetting = 5390; |
| | | public readonly static int hour = 5391; |
| | | public readonly static int lockOpen = 5392; |
| | | public readonly static int setDoorLockOpen = 5393; |
| | | public readonly static int less = 5394; |
| | | public readonly static int more = 5395; |
| | | public readonly static int or = 5396; |
| | | public readonly static int timeNull = 5397; |
| | | public readonly static int numberInput = 5398; |
| | | |
| | | #region 登录注册 |
| | | /// <summary> |
| | |
| | | /// 窗帘面板 -> 长按面板左上角按键,所有按键{0}指示灯亮起,则配网成功
|
| | | /// </summary>
|
| | | public const int uAddCurtaunPanelMsg = 21022;
|
| | | /// <summary>
|
| | | /// 吸顶燃气传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
|
| | | /// </summary>
|
| | | public const int uAddSensorCeilingGasMsg = 21023;
|
| | |
|
| | |
|
| | | //★★★★下面这些是模块ID的官方名字,从30000开始★★★★
|
| | |
| | | /// 镜像ID为2310的设备的默认名字:方悦新风小模块 |
| | | /// </summary> |
| | | public const int uDeviceModelId2310 = 30038;
|
| | | /// <summary> |
| | | /// 镜像ID为1306的设备的默认名字:Zigbee吸顶燃气传感器 |
| | | /// </summary> |
| | | public const int uDeviceModelId1306 = 30039;
|
| | |
|
| | | //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
|
| | | /// <summary>
|
| | |
| | | /// 智能空开 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName25 = 70024; |
| | | /// <summary> |
| | | /// 吸顶燃气传感器 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName26 = 70025; |
| | | } |
| | | } |