aggiunto scheletro driver rainsensorqty

This commit is contained in:
lejubila
2018-11-11 23:31:13 +01:00
parent a76c797b22
commit d99566ef93
8 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#
# Questa funzione viene invocata dalla funzione "setup_drv" di piGarden ad ogni avvio dello script
# e serve per eseguire l'eventuale setup del driver se necessario
#
function drv_rainsensorqty_setup {
declare -g RAINSENSORQTY_FILE_RUN
RAINSENSORQTY_FILE_RUN="$STATUS_DIR/rainsensorqty_run"
}