Interface DeviceKeys

Hierarchy

  • DeviceKeys

Indexable

[deviceId: string]: IDeviceKeys & {
    unsigned?: {
        device_display_name: string;
    };
}

Generated using TypeDoc