Static Public Attributes | List of all members
mycroft.skills.common_iot_skill._BusKeys Class Reference

Static Public Attributes

string BASE = "iot"
 
string CALL_FOR_REGISTRATION = REGISTER+".request"
 
string REGISTER = BASE+"register"
 
string RESPONSE = TRIGGER+".response"
 
string RUN = BASE+":run."
 
string TRIGGER = BASE+":trigger"
 

Detailed Description

This class contains some strings used to identify
messages on the messagebus. They are used in in
CommonIoTSkill and the IoTController skill, but
are not intended to be used elsewhere.

Definition at line 47 of file common_iot_skill.py.

Member Data Documentation

string mycroft.skills.common_iot_skill._BusKeys.BASE = "iot"
static

Definition at line 54 of file common_iot_skill.py.

string mycroft.skills.common_iot_skill._BusKeys.CALL_FOR_REGISTRATION = REGISTER+".request"
static

Definition at line 59 of file common_iot_skill.py.

string mycroft.skills.common_iot_skill._BusKeys.REGISTER = BASE+"register"
static

Definition at line 58 of file common_iot_skill.py.

string mycroft.skills.common_iot_skill._BusKeys.RESPONSE = TRIGGER+".response"
static

Definition at line 56 of file common_iot_skill.py.

string mycroft.skills.common_iot_skill._BusKeys.RUN = BASE+":run."
static

Definition at line 57 of file common_iot_skill.py.

string mycroft.skills.common_iot_skill._BusKeys.TRIGGER = BASE+":trigger"
static

Definition at line 55 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