iniziato gestione driver
This commit is contained in:
11
drv/sample/open.include.sh
Normal file
11
drv/sample/open.include.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Questa funzione viene richiamata da "ev_open" di piGarden
|
||||
#
|
||||
# $1 identificativo relè da aprire
|
||||
#
|
||||
function drv_sample_open {
|
||||
|
||||
echo "$(date) drv_sample_open $1" >> /tmp/piGarden.drv.sample
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user