Update Z-Wave data type
Data added in https://github.com/home-assistant/core/pull/117288/filespull/20787/head
parent
6d3940db1e
commit
3b69f9cc8d
|
@ -147,6 +147,7 @@ export interface QRProvisioningInformation {
|
||||||
manufacturerId: number;
|
manufacturerId: number;
|
||||||
productType: number;
|
productType: number;
|
||||||
productId: number;
|
productId: number;
|
||||||
|
protocol: string;
|
||||||
applicationVersion: string;
|
applicationVersion: string;
|
||||||
maxInclusionRequestInterval?: number | undefined;
|
maxInclusionRequestInterval?: number | undefined;
|
||||||
uuid?: string | undefined;
|
uuid?: string | undefined;
|
||||||
|
@ -389,6 +390,7 @@ export interface ZwaveJSProvisioningEntry {
|
||||||
/** The device specific key (DSK) in the form aaaaa-bbbbb-ccccc-ddddd-eeeee-fffff-11111-22222 */
|
/** The device specific key (DSK) in the form aaaaa-bbbbb-ccccc-ddddd-eeeee-fffff-11111-22222 */
|
||||||
dsk: string;
|
dsk: string;
|
||||||
security_classes: SecurityClass[];
|
security_classes: SecurityClass[];
|
||||||
|
protocol: string;
|
||||||
additional_properties: {
|
additional_properties: {
|
||||||
nodeId?: number;
|
nodeId?: number;
|
||||||
[prop: string]: any;
|
[prop: string]: any;
|
||||||
|
|
Loading…
Reference in New Issue