Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class IoTEnsembleConnectedDevicesConfig
import { IoTEnsembleConnectedDevicesConfig } from "https://deno.land/x/fathym_atomic_iot@v0.0.55/src/services/iot-ensemble-state.models.ts";

Properties

optional
Devices: IoTEnsembleDeviceInfo[]
optional
EnterpriseDevicesCount: number
optional
Loading: boolean
optional
MaxDevicesCount: number
optional
Page: number
optional
PageSize: number
optional
SASTokens: { [deviceName: string]: string; }
optional
Status: Status
optional
TotalDevices: number