We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac5a34 commit 4cdb6a1Copy full SHA for 4cdb6a1
Release-Notes.md
@@ -1,4 +1,7 @@
1
# phpTradfri - Version History
2
+## Version 2.4 - 25th Sep 2019
3
+* groups.php
4
+ + add getMembers() Function
5
## Version 2.3 - 22nd Sep 2019
6
* devices.php
7
+ add Last Seen Information for Lamps and Remote Controls
groups.php
@@ -37,6 +37,14 @@ function getIdbyName($name){
37
38
}
39
40
+ function getMembers($Id){
41
+
42
+ $members = $this->getDetails("15004/$Id");
43
44
+ return $members['9018']['15002']['9003'];
45
46
+ }
47
48
function getPowerStatus($Id){
49
50
$psid = $this->getDetails("15004/$Id");
0 commit comments