Change behavior to add all devices to Home Assistan, whether they are hidden in the Plejd app or not
This commit is contained in:
parent
42bf415fa5
commit
56870879b8
5 changed files with 2 additions and 37 deletions
3
plejd/types/DeviceRegistry.d.ts
vendored
3
plejd/types/DeviceRegistry.d.ts
vendored
|
|
@ -7,9 +7,6 @@ export interface OutputDevice {
|
|||
deviceId: string;
|
||||
dim?: number;
|
||||
dimmable: boolean;
|
||||
hiddenFromRoomList?: boolean;
|
||||
hiddenFromIntegrations?: boolean;
|
||||
hiddenFromSceneList?: boolean;
|
||||
name: string;
|
||||
output: number;
|
||||
roomId: string | undefined;
|
||||
|
|
|
|||
18
plejd/types/Mqtt.d.ts
vendored
18
plejd/types/Mqtt.d.ts
vendored
|
|
@ -5,21 +5,3 @@ export type TOPIC_TYPES = { [key: string]: TopicType };
|
|||
|
||||
export type MqttType = 'light' | 'scene' | 'switch' | 'device_automation';
|
||||
export type MQTT_TYPES = { [key: string]: MqttType };
|
||||
|
||||
export interface OutputDevice {
|
||||
bleOutputAddress: number;
|
||||
deviceId: string;
|
||||
dim?: number;
|
||||
dimmable: boolean;
|
||||
hiddenFromRoomList?: boolean;
|
||||
hiddenFromIntegrations?: boolean;
|
||||
hiddenFromSceneList?: boolean;
|
||||
name: string;
|
||||
output: number;
|
||||
roomId: string;
|
||||
state: boolean | undefined;
|
||||
type: string;
|
||||
typeName: string;
|
||||
version: string;
|
||||
uniqueId: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue