mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 17:57:46 +00:00
[WIFI-12515] Using simulated value directly instead of certificate
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
@@ -58,6 +58,7 @@ export type DeviceWithStatus = {
|
||||
lastConfigurationDownload: number;
|
||||
lastContact: number | string;
|
||||
lastFWUpdate: number;
|
||||
lastRecordedContact: number;
|
||||
load: number;
|
||||
locale: string;
|
||||
location: string;
|
||||
@@ -73,6 +74,7 @@ export type DeviceWithStatus = {
|
||||
restrictedDevice: boolean;
|
||||
rxBytes: number;
|
||||
serialNumber: string;
|
||||
simulated: boolean;
|
||||
subscriber: string;
|
||||
temperature: number;
|
||||
txBytes: number;
|
||||
|
||||
Reference in New Issue
Block a user