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

TELEGRAMBOT/WindDoc Sync: gestione multiporta #29

Open
giutrec opened this issue Jun 9, 2022 · 0 comments
Open

TELEGRAMBOT/WindDoc Sync: gestione multiporta #29

giutrec opened this issue Jun 9, 2022 · 0 comments

Comments

@giutrec
Copy link
Contributor

giutrec commented Jun 9, 2022

A breve avremmo una gestione con parecchie porte per ottimizzare la gestione credo che andrebbero gestite tramite degli array json da inserire nel .env ad esempio:

[{
"device1" : {
"doorname": "nomeporta"
"ipaddress": "xxx.xxx.xxx.xxx"
"numberofdoors" : "value"
"campo1" : "value"
...
},
{
"device2" : {
"doorname": "nomeporta"
"ipaddress": "xxx.xxx.xxx.xxx"
"numberofdoors" : "value"
"campo1" : "value"
...
}
}]

Dove si possono definire tutti i campi che serve andare a recuperare dal gestionale per le singole porte

Questo torna utile anche nell'idea di fondere lo script di sincronizzazione con il bot telegram,
e per gestire agilmente le conf delle porte.

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

1 participant