initial version of powersensordaemon
[svn42.git] / powersensordaemon / COMMANDS.txt
index d3367af..76041fe 100644 (file)
@@ -1,15 +1,14 @@
 
 == Commands accepted by daemon ==
 
-COMMAND:= power $POWERID (on|off) |  listen $EVENT | sample $SAMPLEDEV
+COMMAND:= power $POWERID (on|off) |  listen $EVENT | sample $SAMPLEDEV | log <logtext>
 POWERID:= werkzeug | stereo | labor | schreibtisch | logo | idee
-EVENT:= all | temp | photo | movement | button
+EVENT:= all | request | temp | photo | movement | button | none
 SAMPLEDEV:=temp[0-9]+ | photo[0-9]+
 
 Notes:
   * subscription to events is cummulativ
   * the "sample" command instructs the daemon to immediately get new sensor data of device $SAMPLEDEV
-  * if listeners for sensors (temp | photo) exist, the daemon should periodically get and distribute sample data without waiting for a "sample" command
 
 == Replys of daemon ==
 
@@ -19,4 +18,4 @@ ERRORSTR:=no connection | unknown device | ....
 == Listener Data from Daemon ==
 (Temperature Data in Degrees Celsius)
 
-LISTENERDATA:=temp[0-9]+: [0-9]{1,3}\.[0-9]{2} |  photo[0-9]+: [0-9]{1,3} | movement | button[0-9]
\ No newline at end of file
+LISTENERDATA:=temp[0-9]+: [0-9]{1,3}\.[0-9]{2} |  photo[0-9]+: [0-9]{1,3} | movement | button[0-9]