Class encapsulating Macro Server device functionality.
-
addMacro(json_macro)
-
addMacros(macro_names)
-
addTypes(type_names)
-
elementsChanged(s, t, v)
- Executed when the list of elements of a certain type as changed
-
getElementNamesOfType(type)
-
getMacroInfoObj(macro_name)
-
getMacroStrList()
-
macrosChanged(s, t, v)
-
removeMacro(macro_name)
-
removeMacros(macro_names=None)
-
removeTypes(type_names=None)
-
typesChanged(s, t, v)