Skip to content

Releases: rutgerkirkels/DomoticzPHP

v0.1.1-alpha

07 Feb 23:13
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release
  • Removed unused Light class.
  • Fixed bug in Client::getDeviceByIdx. Added option to get available method for instantiated controller.
  • Moved retrieval of all devices from client to connector.
  • Added roomplan.
  • Added isBatteryPowered method to devices
  • Added error handling for switch commands
  • OnOff and Dimmer controller methods
  • Added support to composer.json
  • Added Thermostat Setpoint device.
  • Added NEST thermostat hardware with get and set heating temperature
  • Added hardware classes
  • Added Usage/Electric device
  • Fixed authentication

v0.1.0-alpha

04 Feb 21:25
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
  • Added API authentication
  • Added functionality to retrieve sunrise, sunset and server time
  • Added Thermostat SetPoint device
  • Added WTGR800 device
  • Added factories for Lighting2/AC devices
  • Added MotionSensor device
  • Added DoorContact device. Added getName method on AbstractDevice
  • Added Selector controller
  • Moved getLevel() for dimmer from Controller to Device class.
  • Added Dimmer
  • Initial commit