-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DoorLock ConfigurationSet ERROR #238
Comments
The prototype is zway_cc_door_lock_configuration_set(ZWay zway, ZWBYTE node_id, ZWBYTE instance_id, ZWBYTE opType, ZWBYTE outsideState, ZWBYTE insideState, ZWBYTE lockMin, ZWBYTE lockSec), so correct is with 5 params! |
Yeah missed a comma, but still the DoorLock ConfigurationSet Button on the Expert UI is not working. |
have you applied the changes proposed? |
You have not applied the change I've shown. It is not in release yet, it is in git only. So please apply it manually to pyzw_zwave_ui.js |
I cant use the DoorLock ConfigurationSet.
This is the actual command:
devices[8].instances[0].commandClasses[98].ConfigurationSet(1,1) <- ends in a Error
devices[8].instances[0].commandClasses[98].ConfigurationSet(1,0,01,1) <- this is how it should be
The text was updated successfully, but these errors were encountered: