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