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

GPIO #152

Open
grssll opened this issue Feb 11, 2024 · 1 comment
Open

GPIO #152

grssll opened this issue Feb 11, 2024 · 1 comment

Comments

@grssll
Copy link

grssll commented Feb 11, 2024

Hi,
Just wondering if its possible to add configuration of GPIO high/low when face is recognized by the module.
High when known face recognized and low when timer expires.
It will be good to control external lighting for example.
Thank you

@nischi
Copy link
Owner

nischi commented Feb 13, 2024

Hi @grssll
Thanks for your request. I think it make no sense to add this into this Module. But what this module is providing are some Notifications. The Magic Mirror has a notification (eventing) system where you as a module can send messages and other module can listen to them.
My Module send following messsages:

USERS_LOGIN
USERS_LOGOUT

So if you find a module which can listen to some messages and control the GPIO, i think you can do what you want :)

Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants