Add device support (#54)

Add device support
This commit is contained in:
Pascal Vizeli
2017-05-16 14:50:47 +02:00
committed by GitHub
parent 47e45dfc9f
commit 34c4acf199
4 changed files with 9 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ ATTR_INITIALIZE = 'initialize'
ATTR_SESSION = 'session'
ATTR_LOCATON = 'location'
ATTR_BUILD = 'build'
ATTR_DEVICES = 'devices'
STARTUP_BEFORE = 'before'
STARTUP_AFTER = 'after'