Message send by a Charger to reports its dice charger statuses

Implements

  • PixelMessage

Constructors

Properties

slot0ChargedOnce: boolean
slot0Current: number
slot0DiePresent: boolean
slot0RawCurrent: number
slot0Skipped: boolean
slot0State: number
slot1ChargedOnce: boolean
slot1Current: number
slot1DiePresent: boolean
slot1RawCurrent: number
slot1Skipped: boolean
slot1State: number
slot2ChargedOnce: boolean
slot2Current: number
slot2DiePresent: boolean
slot2RawCurrent: number
slot2Skipped: boolean
slot2State: number
slot3ChargedOnce: boolean
slot3Current: number
slot3DiePresent: boolean
slot3RawCurrent: number
slot3Skipped: boolean
slot3State: number
slot4ChargedOnce: boolean
slot4Current: number
slot4DiePresent: boolean
slot4RawCurrent: number
slot4Skipped: boolean
slot4State: number
slot5ChargedOnce: boolean
slot5Current: number
slot5DiePresent: boolean
slot5RawCurrent: number
slot5Skipped: boolean
slot5State: number
slot6ChargedOnce: boolean
slot6Current: number
slot6DiePresent: boolean
slot6RawCurrent: number
slot6Skipped: boolean
slot6State: number
slot7ChargedOnce: boolean
slot7Current: number
slot7DiePresent: boolean
slot7RawCurrent: number
slot7Skipped: boolean
slot7State: number
type: number

Type of the message.

Methods

  • Returns {
        chargedOnce: boolean;
        current: number;
        diePresent: boolean;
        rawCurrent: number;
        skipped: boolean;
        state:
            | undefined
            | "off"
            | "charging"
            | "FOD";
    }[]