Added new script

This commit is contained in:
Christoffer Martinsson
2018-10-29 15:32:55 +01:00
parent 6d54150f06
commit c734a812fa
19 changed files with 122 additions and 77 deletions

View File

@@ -7,7 +7,7 @@ The config file is located at `~/.haasp/haasp_config.py`
### Template
```python
from haasp import EventObject, ConfigObject
from libhaasp import EventObject, ConfigObject
class Config(ConfigObject):
@@ -38,5 +38,4 @@ class Config(ConfigObject):
# -------------------------------------------------------------------------
if self.timer_test.event == "triggered":
self.log.debug("Timer DONE!")
```