You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once done, please update the condition that shows green/red "lock" icon (in the device info list) to also account for SecurityS2 command class. I think it is also worth to show what keys were granted to a device.
There can be 4 keys:
S0 (is Security interview is done)
S2 Unauthenticated: if devces[N].instances[0].commandClasses[159].data.grantedKeys.S2Unauthenticated.value = true and S2 interview is done
S2 Authenticated: if devces[N].instances[0].commandClasses[159].data.grantedKeys.S2Authenticated.value = true and S2 interview is done
S2 Access: if devces[N].instances[0].commandClasses[159].data.grantedKeys.S2Access.value = true and and S2 interview is done
And on the Interview page we should also show this information about keys
I've made all the changes for S2 implementations.
Please merge it with develop and then to stage (should be absolutelly safe) and change those two things:
Move this CSS out of the template
Make red border for the dsk_pin input field (https://github.com/Z-Wave-Me/ExpertUI/blob/s2/app/views/network/control/control_management.html#L162) when the value is out of min-max range or not a number
The text was updated successfully, but these errors were encountered: