[WIFI-12515] Using simulated value directly instead of certificate

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2023-04-19 17:14:06 +02:00
parent eaca70d29b
commit 6f7876d3e7
8 changed files with 103 additions and 47 deletions

View File

@@ -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;