Releases: strfl89/phpTradfri
Releases · strfl89/phpTradfri
Release 2.6 Alpha 1
New Timer Defines for Release v2.6
Version 2.5.1
Version 2.5
defines.php
- add define for Symfonisk Sound Controller
devices.php
- add Symfonisk Sound Controller to statusremotecontrol()
Version 2.4
groups.php
- add getMembers() Function
Version 2.3
devices.php
- add Last Seen Information for Lamps and Remote Controls
- add statuscontroloutlet()
- add functions for dimming lamps
- extend poweron() and poweroff() for control outlets
- extend getPowerStatus() for control outlets
gateway.php
- bugfixing ntp in status
general.php
- adding return for action()
groups.php
- add functions for dimming lamps
Version 2.2.3 - Bugfix Release
Merge pull request #8 from strfl89/testing Version 2.2.3 - Bugfix
Version 2.2
getDimmer() and setDimmer() added to devices.php
Version 2.1.1
Fix missing return in Function statusgateway()
Version 2.1
Add Subclass for Trådfri Gateway
- new file gateway.php with gateway functions
defines.php
- defines for gateway
general.php
- extend function action() for Gateway Class (reboot command has no payload to transmit)
include.php
- add gateway.php for including gateway Sublcass
ReadMe
- Gateway functions
Release Notes
- create Release Notes
Version 2.0
general.php
- Move from Constants to Parameters for Gateway Config
- to initialize new object parameters User, Secret and Gateway IP must enterd. Example:
$groups = new tradfrigroups("<user>", "<secret>", "<ip>");
- cleaning up file
ReadMe.md
- Update File