Classes | |
| class | _BusKeys |
| class | Action |
| class | Attribute |
| class | CommonIoTSkill |
| class | IoTRequest |
| class | IoTRequestVersion |
| class | Thing |
Functions | |
| def | auto () |
Variables | |
| _counter = count() | |
| string | ENTITY = "ENTITY" |
| string | SCENE = "SCENE" |
| def mycroft.skills.common_iot_skill.auto | ( | ) |
Indefinitely return the next number in sequence from 0. This can be replaced with enum.auto when we no longer need to support python3.4.
Definition at line 37 of file common_iot_skill.py.
|
private |
Definition at line 34 of file common_iot_skill.py.
| string mycroft.skills.common_iot_skill.ENTITY = "ENTITY" |
Definition at line 30 of file common_iot_skill.py.
| string mycroft.skills.common_iot_skill.SCENE = "SCENE" |
Definition at line 31 of file common_iot_skill.py.