Merge pull request #2099 from MycroftAI/commonIoT/trigger

Add trigger action
pull/2101/head
Åke 2019-04-16 11:15:34 +02:00 committed by GitHub
commit 7a8ea0b5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class Action(Enum):
SET = auto()
INCREASE = auto()
DECREASE = auto()
TRIGGER = auto()
class IoTRequest():