mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Update Z-Wave data type
Data added in https://github.com/home-assistant/core/pull/117288/files
This commit is contained in:
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…
x
Reference in New Issue
Block a user