- groups.php
- add getMembers() Function
- 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
- getDimmer() and setDimmer() added to devices.php
- Fix missing return in Function statusgateway()
- Add Subclass for Trådfri Gateway
- 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
- 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
- Update ReadMe File
- devices
- Output of Firmware Version at statusremotecontrol()
- Add Motion Sensor to statusremotecontrol()
- Initial Commit