Files
PiGarden/drv/sample/open.include.sh
2017-08-03 00:18:35 +02:00

12 lines
199 B
Bash

#
# 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
}