Files
addons/zwave_js/rootfs/usr/share/tempio/zwave_config.conf
Raman Gupta a414d16519 Add S2 keys support to zwave_js config (#2157)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-29 22:15:06 +02:00

18 lines
445 B
Plaintext

{
"logConfig": {
"enabled": true,
"level": "{{ .log_level }}",
"forceConsole": true
},
"storage": {
"cacheDir": "/data/cache",
"throttle": "slow"
},
"securityKeys": {
"S0_Legacy": "{{ .s0_legacy }}",
"S2_AccessControl": "{{ .s2_access_control }}",
"S2_Authenticated": "{{ .s2_authenticated }}",
"S2_Unauthenticated": "{{ .s2_unauthenticated }}"
}
}