mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Add S2 keys support to zwave_js config (#2157)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -8,5 +8,10 @@
|
||||
"cacheDir": "/data/cache",
|
||||
"throttle": "slow"
|
||||
},
|
||||
"networkKey": "{{ .network_key }}"
|
||||
"securityKeys": {
|
||||
"S0_Legacy": "{{ .s0_legacy }}",
|
||||
"S2_AccessControl": "{{ .s2_access_control }}",
|
||||
"S2_Authenticated": "{{ .s2_authenticated }}",
|
||||
"S2_Unauthenticated": "{{ .s2_unauthenticated }}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user