Add description to device types to improve clarity
This commit is contained in:
parent
efac28fc30
commit
aaad0ebf61
2 changed files with 14 additions and 7 deletions
2
plejd/types/DeviceRegistry.d.ts
vendored
2
plejd/types/DeviceRegistry.d.ts
vendored
|
|
@ -13,6 +13,7 @@ export interface OutputDevice {
|
|||
roomName: string | undefined;
|
||||
state: boolean | undefined;
|
||||
type: string;
|
||||
typeDescription: string;
|
||||
typeName: string;
|
||||
version: string;
|
||||
uniqueId: string;
|
||||
|
|
@ -27,6 +28,7 @@ export interface InputDevice {
|
|||
input: number;
|
||||
roomId: string;
|
||||
type: string;
|
||||
typeDescription: string;
|
||||
typeName: string;
|
||||
version: string;
|
||||
uniqueId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue