toio.cube.api package

class toio.cube.api.ToioCoreCubeLowLevelAPI(interface: CubeInterface)[source]

Bases: object

Control APIs This class has control APIs for each characteristic.

version

Version of supported API

Type:

str

battery

Interface to battery characteristic

Type:

api.Battery

button

Interface to button characteristic

Type:

api.Button

configuration

Interface to configuration characteristic

Type:

api.Configuration

id_information

Interface to id information characteristic

Type:

api.IdInformation

indicator

Interface to indicator characteristic

Type:

api.IdInformation

motor

Interface to motor characteristic

Type:

api.Motor

sensor

Interface to sensor characteristic ( Motion Posture Magnet )

Type:

api.Sensor

sound

Interface to sound characteristic

Type:

api.Sound

__init__(interface: CubeInterface)[source]

Submodules