Added configuration and logging for lightcontrol
authorArjen Baart <arjen@andromeda.nl>
Tue, 31 Mar 2020 14:17:24 +0000 (16:17 +0200)
committerArjen Baart <arjen@andromeda.nl>
Tue, 31 Mar 2020 14:17:24 +0000 (16:17 +0200)
commite9552145aed4fd4f43a24adee8f82381de7e9511
treee6336e1487cdf21a70398090a315f9540791f608
parent981e0bd299624ec20538e60cb923f15e7a7d39ec
Added configuration and logging for lightcontrol
20 files changed:
configure.ac
doc/design.xml
doc/wakeup-classes.svg
doc/wakeup.svg
src/Makefile.am
src/action.h
src/event.cpp [new file with mode: 0644]
src/event.h
src/lightcontrol.cpp
src/logging.cpp [new file with mode: 0644]
src/logging.h [new file with mode: 0644]
src/wakeup.cpp [new file with mode: 0644]
test/Makefile.am
test/check_output [new file with mode: 0755]
test/lightcontrol.conf [new file with mode: 0644]
test/lightctrl-fade.exp [new file with mode: 0644]
test/lightctrl-oor.exp [new file with mode: 0644]
test/wakeup-01.xml [new file with mode: 0644]
test/wakeup_load_events.cpp [new file with mode: 0644]
test/wakeup_load_events.exp [new file with mode: 0644]