toio.cube.api package

Submodules

Module contents

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

Bases: object

Control APIs This class has control APIs for each characteristic.

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, root_device: Any)[source]
property version: str