circuitmatter.device_types.simple_device
Classes
Helper class that provides a standard way to create an ABC using |
Module Contents
- class circuitmatter.device_types.simple_device.SimpleDevice(name)
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- name
- servers = []
- descriptor
- device_types = []
- DeviceTypeList
- PartsList = []
- ServerList = []
- ClientList = []
- binding
- user_label
- restore(nonvolatile)
Restore device state from the nonvolatile dictionary and hang onto it for any updates.
- __slots__ = ()