old mode 100644
new mode 100755
| | |
| | | /// 手动 |
| | | /// </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; |
| | |
| | | /// 灯全关
|
| | | /// </summary>
|
| | | public const int uAllLightClose = 16114;
|
| | | /// <summary>
|
| | | /// 常开自动化手动取消
|
| | | /// </summary>
|
| | | public const int uNormallyOpenLogicManualClose = 16115;
|
| | |
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <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>
|
| | |
| | | /// 自定义设备所属ID为16的翻译名字:干接点
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId16 = 40017;
|
| | | /// <summary> |
| | | /// 自定义设备所属ID为2310的翻译名字:新风 |
| | | /// </summary> |
| | | public const int uDeviceBelongId2310 = 40018; |
| | |
|
| | | //★★★★模块ID的设备默认备注名字,从50000开始,这里不需要定义,只写在Language.ini文件里面★★★★
|
| | | //★★★★模块ID的设备类型名字,从60000开始,这里不需要定义,只写在Language.ini文件里面★★★★
|
| | |
| | | /// 智能空开 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName25 = 70024; |
| | | /// <summary> |
| | | /// 吸顶燃气传感器 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName26 = 70025; |
| | | } |
| | | } |