light.hue#

class platypush.backend.light.hue.LightHueBackend(*args, **kwargs)[source]#

Bases: Backend

DEPRECATED

The polling logic of this backend has been moved to the light.hue plugin itself.

__init__(*args, **kwargs)[source]#
Parameters:
  • bus – Reference to the bus object to be used in the backend

  • poll_seconds – If the backend implements a loop method, this parameter expresses how often the loop should run in seconds.

  • kwargs – Key-value configuration for the backend

run()[source]#

Starts the backend thread. To be implemented in the derived classes if the loop method isn’t defined.