You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: