| | |
| | | { |
| | | break; |
| | | } |
| | | patm = $"ZigeeLogic/sensor{iASZonedevice.IasDeviceType}.png"; |
| | | selectedpatm = $"ZigeeLogic/selectedsensor{iASZonedevice.IasDeviceType}.png"; |
| | | |
| | | if (device.ModelIdentifier == "MSPIRB-ZB.10") |
| | | { |
| | | patm = $"ZigeeLogic/sensor541.png"; |
| | | selectedpatm = $"ZigeeLogic/selectedsensor541.png"; |
| | | } |
| | | else |
| | | { |
| | | patm = $"ZigeeLogic/sensor{iASZonedevice.IasDeviceType}.png"; |
| | | selectedpatm = $"ZigeeLogic/selectedsensor{iASZonedevice.IasDeviceType}.png"; |
| | | } |
| | | } |
| | | break; |
| | | case DeviceType.TemperatureSensor: |
| | |
| | | deviceTypeList.Add(DeviceType.WindowCoveringDevice); |
| | | deviceTypeList.Add(DeviceType.Thermostat); |
| | | deviceTypeList.Add(DeviceType.AirSwitch); |
| | | deviceTypeList.Add(DeviceType.ColorTemperatureLight); |
| | | ///门锁特殊 |
| | | // deviceTypeList.Add(DeviceType.DoorLock); |
| | | } |
| | |
| | | /// 界面高度 |
| | | /// </summary> |
| | | public static int H = 1922; |
| | | |
| | | |
| | | |
| | | } |
| | | } |