Interface IDeviceStateChangedEvent

interface IDeviceStateChangedEvent {
    system: ISystem;
    type: "DEVICE_STATE_CHANGED";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

Properties

system: ISystem
type: "DEVICE_STATE_CHANGED"