Przeglądaj źródła

IOT 状态上报

样式分支
fyf 2 lat temu
rodzic
commit
a8db554688
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      BPASmartClient.IoT/DataVClient.cs

+ 3
- 3
BPASmartClient.IoT/DataVClient.cs Wyświetl plik

@@ -168,9 +168,9 @@ namespace BPASmartClient.IoT
DeviceId=device.DeviceId,
Name=device.Name,
DeviceType=device.DeviceType.ToString(),
IsBusy=device.IsBusy?"忙碌":"空闲",
IsBusyColor= device.IsBusy ? new ALYColor {r=255,g=0,b=0,a=1} : new ALYColor {r = 51, g = 232, b = 34, a = 1 },
IsHealth =device.IsHealth?"健康":"故障",
IsBusy= device.IsBusy?"忙碌":"空闲",
IsBusyColor = device.IsBusy ? new ALYColor {r=255,g=0,b=0,a=1} : new ALYColor {r = 51, g = 232, b = 34, a = 1 },
IsHealth = device.IsHealth?"健康":"故障",
IsHealthColor = !device.IsHealth ? new ALYColor { r = 255, g = 0, b = 0, a = 1 } : new ALYColor { r = 51, g = 232, b = 34, a = 1 },
Status = device.Status.GetStatus(),
};


Ładowanie…
Anuluj
Zapisz