Skip to content

Instantly share code, notes, and snippets.

@awostenberg
Created May 18, 2011 21:56
Show Gist options
  • Save awostenberg/979670 to your computer and use it in GitHub Desktop.
Save awostenberg/979670 to your computer and use it in GitHub Desktop.
Changing lock level from 5 to anything lower should release manual unlock capability
Given a thermostat connected to the ddk
When I set the local level to <lock level>
Then the lock icon is displayed
and the setpoint cannot be changed
and the keypad will/will not unlock device <keypad unlocks it>
Examples:
| lock level |keypad unlocks it |
| 4 | yes |
| 5 | no |
| 4 | yes |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment