Skip to content

Releases: strfl89/phpTradfri

Release 2.6 Alpha 1

19 Jul 20:27
7ec8799
Compare
Choose a tag to compare
Release 2.6 Alpha 1 Pre-release
Pre-release

New Timer Defines for Release v2.6

Version 2.5.1

28 Oct 07:14
7e610c9
Compare
Choose a tag to compare

Fixed missing ; at new define

Version 2.5

28 Oct 07:06
3ce6e5a
Compare
Choose a tag to compare

defines.php

  • add define for Symfonisk Sound Controller

devices.php

  • add Symfonisk Sound Controller to statusremotecontrol()

Version 2.4

25 Sep 05:50
94f1023
Compare
Choose a tag to compare

groups.php

  • add getMembers() Function

Version 2.3

22 Sep 19:53
2ffe1d4
Compare
Choose a tag to compare

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

18 Sep 18:15
61e7df7
Compare
Choose a tag to compare
Merge pull request #8 from strfl89/testing

Version 2.2.3 - Bugfix

Version 2.2

16 Sep 05:53
Compare
Choose a tag to compare
Version 2.2 Pre-release
Pre-release

getDimmer() and setDimmer() added to devices.php

Version 2.1.1

16 Sep 05:46
938138d
Compare
Choose a tag to compare

Fix missing return in Function statusgateway()

Version 2.1

16 Sep 06:09
1cdd381
Compare
Choose a tag to compare

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

16 Sep 06:07
4306727
Compare
Choose a tag to compare

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