| | |
| | | /// 门锁常开模式已关 |
| | | /// </summary> |
| | | public const int NormallyClosed = 323; |
| | | /// <summary> |
| | | /// 入网 |
| | | /// </summary> |
| | | public const int Connection = 324; |
| | | /// <summary> |
| | | /// 简约多功能面板 -> 打开面板主菜单,右上角点击{0}设置按钮,点击入网 |
| | | /// </summary> |
| | | public const int AddSimpleMultifunctionMsg = 325; |
| | | /// <summary> |
| | | /// 简约环境面板 -> 长按“开关”按键5秒,所有灯每进行{0}2次亮暗切换,即入网成功 |
| | | /// </summary> |
| | | public const int AddSimpleEnvironmentMsg = 326; |
| | | /// <summary> |
| | | /// 长按“开关”按键5秒 |
| | | /// </summary> |
| | | public const int LongPressButtonSwitch = 327; |
| | | |
| | | public readonly static int cancel = 5097; |
| | | public readonly static int confrim = 5098; |
| | |
| | | /// 镜像ID为1307的设备的默认名字:PM2.5空气质量传感器 |
| | | /// </summary> |
| | | public const int uDeviceModelId1307 = 30040; |
| | | /// <summary> |
| | | /// 镜像ID为212的设备的默认名字:简约多功能面板 |
| | | /// </summary> |
| | | public const int uDeviceModelId212 = 30041; |
| | | /// <summary> |
| | | /// 镜像ID为230的设备的默认名字:简约环境面板 |
| | | /// </summary> |
| | | public const int uDeviceModelId230 = 30042; |
| | |
|
| | | //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
|
| | | /// <summary>
|
| | |
| | | /// PM2.5空气质量传感器 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName27 = 70026; |
| | | /// <summary> |
| | | /// 简约多功能面板 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName28 = 70027; |
| | | /// <summary> |
| | | /// 简约环境面板 |
| | | /// </summary> |
| | | public const int uDeviceDirectionName29 = 70028; |
| | | |
| | | } |
| | | } |