Type Alias BaseDeviceStatusBody<DeviceType>

BaseDeviceStatusBody: {
    deviceId: DeviceId;
    deviceType: DeviceType & typeof DEVICE_TYPES_ARRAY[number];
    hubDeviceId: DeviceId;
}

Type Parameters

  • DeviceType

Type declaration