Type Alias Device

Device: {
    batteryState: DeviceBatteryState;
    characteristics: DeviceCharacteristics;
    childLockEnabled?: boolean;
    connectionState: DeviceConnectionState;
    currentFwVersion: string;
    deviceType: DeviceType;
    mountingState?: DeviceMountingState;
    mountingStateWithError?: DeviceMountingStateValue;
    orientation?: DeviceOrientation;
    serialNo: string;
    shortSerialNo: string;
}

Type declaration