== Commands accepted by daemon == COMMAND:= power $LICHTID (on|off) | listen $EVENT | sample $SAMPLEDEV LICHTID:= werkzeug | stereo | labor | schreibtisch | logo | idee EVENT:= all | temp | movement | button SAMPLEDEV:=temp[0-9]+ == Replys of daemon == CMDREPLY:= ok | error $ERRORSTR 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} | movement | button[0-9]