mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +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;
|
||||
productType: number;
|
||||
productId: number;
|
||||
protocol: string;
|
||||
applicationVersion: string;
|
||||
maxInclusionRequestInterval?: number | 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 */
|
||||
dsk: string;
|
||||
security_classes: SecurityClass[];
|
||||
protocol: string;
|
||||
additional_properties: {
|
||||
nodeId?: number;
|
||||
[prop: string]: any;
|
||||
|
Loading…
x
Reference in New Issue
Block a user