Add S2 keys support to zwave_js config (#2157)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Raman Gupta
2021-09-29 16:15:06 -04:00
committed by GitHub
parent cc475364e2
commit a414d16519
4 changed files with 151 additions and 45 deletions

View File

@@ -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 }}"
}
}