diff options
author | Remigiusz Marcinkiewicz <remigiusz@marcinkiewicz.me> | 2018-01-04 20:13:25 +0100 |
---|---|---|
committer | Piotr Dobrowolski <admin@tastycode.pl> | 2018-01-26 20:00:59 +0100 |
commit | 3143038458d97582c9ce3934e6d95ee9a0587f62 (patch) | |
tree | 582b2f5dd130af6b394b04bee78deb2670f903bf /at.cfg.dist | |
parent | 145d13c2a7b331af6eaa9618aa1e49c7c432dfbb (diff) | |
download | checkinator-3143038458d97582c9ce3934e6d95ee9a0587f62.tar.gz checkinator-3143038458d97582c9ce3934e6d95ee9a0587f62.tar.bz2 checkinator-3143038458d97582c9ce3934e6d95ee9a0587f62.zip |
Add generic support for special device types in configuration and now_at()
Diffstat (limited to 'at.cfg.dist')
-rw-r--r-- | at.cfg.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/at.cfg.dist b/at.cfg.dist index 5dd9c9f..c37efdf 100644 --- a/at.cfg.dist +++ b/at.cfg.dist @@ -11,4 +11,9 @@ CLAIMABLE_EXCLUDE = [ # '127.0.0.1', ] +SPECIAL_DEVICES = { + 'kektops': ('90:e6:ba:84'), + 'esps': ('ec:fa:bc', 'dc:4f:22', 'd8:a0:1d', 'b4:e6:2d', 'ac:d0:74', 'a4:7b:9d', 'a0:20:a6', '90:97:d5', '68:c6:3a', '60:01:94', '5c:cf:7f', '54:5a:a6', '30:ae:a4', '2c:3a:e8', '24:b2:de', '24:0a:c4', '18:fe:34'), +} + SECRET_KEY = 'adaba' |