Static Public Attributes | List of all members
mycroft.skills.common_iot_skill.Action Class Reference
Inheritance diagram for mycroft.skills.common_iot_skill.Action:
Inheritance graph
[legend]

Static Public Attributes

 ADJUST = auto()
 
 DECREASE = auto()
 
 INCREASE = auto()
 
 OFF = auto()
 
 ON = auto()
 
 SET = auto()
 
 TOGGLE = auto()
 
 TRIGGER = auto()
 

Detailed Description

This class represents 'Actions' that can be applied to
'Things,' e.d. a LIGHT can be turned ON. It is intended
to be used with the IoTRequest class. See that class
for more details.

Definition at line 94 of file common_iot_skill.py.

Member Data Documentation

mycroft.skills.common_iot_skill.Action.ADJUST = auto()
static

Definition at line 104 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.DECREASE = auto()
static

Definition at line 107 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.INCREASE = auto()
static

Definition at line 106 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.OFF = auto()
static

Definition at line 102 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.ON = auto()
static

Definition at line 101 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.SET = auto()
static

Definition at line 105 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.TOGGLE = auto()
static

Definition at line 103 of file common_iot_skill.py.

mycroft.skills.common_iot_skill.Action.TRIGGER = auto()
static

Definition at line 108 of file common_iot_skill.py.


The documentation for this class was generated from the following file:


mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:40