File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11
11
* [ openWebSocket] ( available-methods/openwebsocket.md )
12
12
* [ getDevice] ( available-methods/getdevice.md )
13
13
* [ getDevices] ( available-methods/getdevices.md )
14
+ * [ getHomepage] ( available-methods/gethomepage.md )
14
15
* [ getDevicePowerState] ( available-methods/getdevicepowerstate.md )
15
16
* [ setDevicePowerState] ( available-methods/setdevicepowerstate.md )
16
17
* [ getWSDevicePowerState] ( available-methods/getwsdevicepowerstate.md )
25
26
* [ getFirmwareVersion] ( available-methods/getfirmwareversion.md )
26
27
* [ saveDevicesCache] ( available-methods/savedevicescache.md )
27
28
* [ Zeroconf (LAN mode)] ( zeroconf.md )
28
- * [ Testing] ( testing.md )
29
+ * [ Testing] ( testing.md )
Original file line number Diff line number Diff line change
1
+ # getDevices
2
+
3
+ Get "homepage", which includes information about all scenes and registered devices
4
+
5
+
6
+ ### Usage
7
+ ```
8
+ /* get homepage */
9
+ const data = await connection.getHomepage();
10
+ console.log(data);
11
+ ```
12
+
13
+ <sup >* _ Remember to instantiate class before use_ </sup >
You can’t perform that action at this time.
0 commit comments