jamesnetherton / homehub-cli

CLI for the BT Home Hub router
MIT License
37 stars 5 forks source link

Connected Devices returns all devices that have been connected, not currently connected devices #22

Closed smileham closed 6 years ago

smileham commented 6 years ago

Can the table also return the "Active" status of the device?

jamesnetherton commented 6 years ago

Yeah, should be pretty trivial to implement.

jamesnetherton commented 6 years ago

New release with this change is available.

I wanted to add a param to the ConnectedDevices command to provide the option of filtering out inactive devices but hit some snags. Will hopefully add in a future release.