Skip to content
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

Add PIN code to lock IO #23

Open
raoulh opened this issue Jan 14, 2014 · 0 comments
Open

Add PIN code to lock IO #23

raoulh opened this issue Jan 14, 2014 · 0 comments

Comments

@raoulh
Copy link
Member

raoulh commented Jan 14, 2014

A nice feature to have could be to be able to lock a specific IO with a PIN code. It allows for example to lock a input or output and a specific keyboard would be displayed when trying to modify the variable. It could be used in alarms or to lock critical parts of the configuration (heating control that can only be changed by parents and not childrens...)

Implementation details:

  • add a parameter to an IO, locked="true"
  • when this is found you need to send the PIN code with the action command to actually execute it.
  • the PIN code is stored in local_config.xml
  • maybe having different PIN code to create "groups". It allows to have different kind of access rights. lock_group="parents", lock_group="children"
  • In the GUIs we need to implement a dialpad to enter the code easily.
  • the dialpad can also be used to unlock the screen when it's suspended
@naguirre naguirre added this to the v3.0 milestone Sep 4, 2014
@raoulh raoulh removed this from the v3.0 milestone Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants