Interface IDeviceStateChangedEvent

interface IDeviceStateChangedEvent {
    system: ISystem;
    type: "DEVICE_STATE_CHANGED";
}

Hierarchy (view full)

Properties

Properties

system: ISystem
type: "DEVICE_STATE_CHANGED"

Generated using TypeDoc