Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.3.2] - 2016-11-12

Changed

  • Added roomName in deviceType get requests so that you don't have to query room to get room name.

[3.3.1] - 2016-11-12

Changed

  • Bugfix: In scenario, test if trigger scope has property before overidding it.

[3.3] - 2016-11-12

Added

  • New music service in Gladys ! To be able to handle various music system in Gladys, there is a now a gladys.music abstract service. This service search for devices with a deviceType music, and treat them as music capable devices. It forwards all commands (play, pause, stop, ...) to the service of the device.

[3.2.4] - 2016-11-11

Changed

  • Bugfix: Cloning params object in gladys.scenario.trigger() function so that original object is not modified.

[3.2.3] - 2016-11-11

Changed

  • Injecting event params (house, user, room, datetime) into scenario scope so that back-at-home and left-home scenario can work properly.

[3.3.2] - 2016-11-08

Added

  • New event create box on the dashboard ! (Update of gladys data needed)

Changed

  • Create event in scenario action is working.