-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds documentation * Added project links * people -> projects * add note about loacl api usage * double * "warning" about docs
- Loading branch information
1 parent
afe936d
commit c2d79bb
Showing
48 changed files
with
2,056 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
## Classes for the `Cast` platform. | ||
|
||
_This uses a local API for the communication._ | ||
|
||
- [Assistant](https://ludeeus.github.io/googledevices/classes/cast/assistant) | ||
- [Bluetooth](https://ludeeus.github.io/googledevices/classes/cast/bluetooth) | ||
- [Info](https://ludeeus.github.io/googledevices/classes/cast/info) | ||
- [Settings](https://ludeeus.github.io/googledevices/classes/cast/settings) | ||
- [Wifi](https://ludeeus.github.io/googledevices/classes/cast/wifi) | ||
|
||
## Classes for the `WiFi` platform. | ||
|
||
_This uses a local API for the communication._ | ||
|
||
- [Clients](https://ludeeus.github.io/googledevices/classes/wifi/clients) | ||
- [Info](https://ludeeus.github.io/googledevices/classes/wifi/info) | ||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `assistant` endpoint. | ||
|
||
## Methods for the `Assistant` class. | ||
|
||
- [set_night_mode_params](https://ludeeus.github.io/googledevices/methods/cast/assistant/set_night_mode_params) | ||
- [notifications_enabled](https://ludeeus.github.io/googledevices/methods/cast/assistant/notifications_enabled) | ||
- [set_accessibility](https://ludeeus.github.io/googledevices/methods/cast/assistant/set_accessibility) | ||
- [delete_alarms](https://ludeeus.github.io/googledevices/methods/cast/assistant/delete_alarms) | ||
- [set_equalizer](https://ludeeus.github.io/googledevices/methods/cast/assistant/set_equalizer) | ||
- [get_alarms](https://ludeeus.github.io/googledevices/methods/cast/assistant/get_alarms) | ||
- [get_alarm_volume](https://ludeeus.github.io/googledevices/methods/cast/assistant/get_alarm_volume) | ||
- [set_alarm_volume](https://ludeeus.github.io/googledevices/methods/cast/assistant/set_alarm_volume) | ||
|
||
## Properties for the `Assistant` class. | ||
|
||
- `alarms` Returns active alarms and timers. _You need to run the [get_alarms](https://ludeeus.github.io/googledevices/methods/cast/assistant/get_alarms) method before this get populated._ | ||
- `alarm_volume` Returns the current alarm volume. _You need to run the [get_alarm_volume](https://ludeeus.github.io/googledevices/methods/cast/assistant/get_alarm_volume) method before this get populated._ | ||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `bluetooth` endpoint. | ||
|
||
## Methods for the `Bluetooth` class. | ||
|
||
- [forget_paired_device](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/forget_paired_device) | ||
- [get_bluetooth_status](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/get_bluetooth_status) | ||
- [get_paired_devices](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/get_paired_devices) | ||
- [get_scan_result](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/get_scan_result) | ||
- [pair_with_mac](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/pair_with_mac) | ||
- [scan_for_devices](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/scan_for_devices) | ||
- [set_discovery_enabled](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/set_discovery_enabled) | ||
|
||
## Properties for the `Bluetooth` class. | ||
|
||
- `status` Return the the bluetooth status of the device. _You need to run the [get_bluetooth_status](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/get_bluetooth_status) method before this get populated._ | ||
- `devices` Return the devices if any. _You need to run the [get_scan_result](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/get_scan_result) method before this get populated._ | ||
- `paired_devices` Return paired devices if any. _You need to run the [get_paired_devices](https://ludeeus.github.io/googledevices/methods/cast/bluetooth/get_paired_devices) method before this get populated._ | ||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `info` endpoint. | ||
|
||
## Methods for the `Info` class. | ||
|
||
- [get_app_device_id](https://ludeeus.github.io/googledevices/methods/cast/info/get_app_device_id) | ||
- [get_device_info](https://ludeeus.github.io/googledevices/methods/cast/info/get_device_info) | ||
- [get_locales](https://ludeeus.github.io/googledevices/methods/cast/info/get_locales) | ||
- [get_offer](https://ludeeus.github.io/googledevices/methods/cast/info/get_offer) | ||
- [get_timezones](https://ludeeus.github.io/googledevices/methods/cast/info/get_timezones) | ||
- [speedtest](https://ludeeus.github.io/googledevices/methods/cast/info/speedtest) | ||
|
||
## Properties for the `Info` class. | ||
|
||
- `offer` Return the offer token. _You need to run the [get_offer](https://ludeeus.github.io/googledevices/methods/cast/info/get_offer) method before this get populated._ | ||
- `timezones` Return supported timezones. _You need to run the [get_timezones](https://ludeeus.github.io/googledevices/methods/cast/info/get_timezones) method before this get populated._ | ||
- `locales` Return supported locales. _You need to run the [get_locales](https://ludeeus.github.io/googledevices/methods/cast/info/get_locales) method before this get populated._ | ||
- `app_device_id` Return app_device_id. _You need to run the [get_app_device_id](https://ludeeus.github.io/googledevices/methods/cast/info/get_app_device_id) method before this get populated._ | ||
- `device_info` Return the device info if any. _You need to run the [get_device_info](https://ludeeus.github.io/googledevices/methods/cast/info/get_device_info) method before this get populated._ | ||
- `name` Return the device name. _You need to run the [get_device_info](https://ludeeus.github.io/googledevices/methods/cast/info/get_device_info) method before this get populated._ | ||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `settings` endpoint. | ||
|
||
## Methods for the `Settings` class. | ||
|
||
- [control_notifications](https://ludeeus.github.io/googledevices/methods/cast/settings/control_notifications) | ||
- [reboot](https://ludeeus.github.io/googledevices/methods/cast/settings/reboot) | ||
- [set_eureka_info](https://ludeeus.github.io/googledevices/methods/cast/settings/set_eureka_info) | ||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `wifi` endpoint. | ||
|
||
## Methods for the `Wifi` class. | ||
|
||
- [forget_network](https://ludeeus.github.io/googledevices/methods/cast/wifi/forget_network) | ||
- [get_configured_networks](https://ludeeus.github.io/googledevices/methods/cast/wifi/get_configured_networks) | ||
- [get_wifi_scan_result](https://ludeeus.github.io/googledevices/methods/cast/wifi/get_wifi_scan_result) | ||
- [scan_for_wifi](https://ludeeus.github.io/googledevices/methods/cast/wifi/scan_for_wifi) | ||
|
||
## Properties for the `Wifi` class. | ||
|
||
- `configured_networks` Return the configured networks of the device. _You need to run the [get_configured_networks](https://ludeeus.github.io/googledevices/methods/cast/wifi/get_configured_networks) method before this get populated._ | ||
- `nearby_networks` Return the nearby networks of the device. _You need to run the [get_wifi_scan_result](https://ludeeus.github.io/googledevices/methods/cast/wifi/get_wifi_scan_result) method before this get populated._ | ||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `clients` endpoint. | ||
|
||
## Methods for the `Clients` class. | ||
|
||
- [get_clients](https://ludeeus.github.io/googledevices/methods/wifi/clients/get_clients) | ||
|
||
## Properties for the `Clients` class. | ||
|
||
- `clients` Return devices form the network. _You need to run the [get_clients](https://ludeeus.github.io/googledevices/methods/wifi/clients/get_clients) method before this get populated._ | ||
|
||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi] _Get information from, and control various Google devices._ | ||
|
||
*** | ||
|
||
[HOME][home] | [PLATFORMS][platforms] | [**CLASSES**][classes] | [METHODS][methods] | [FUNCTIONS][functions] | [CLI][cli] | ||
|
||
*** | ||
|
||
This class handles methods that are nested under the `info` endpoint. | ||
|
||
## Methods for the `Info` class. | ||
|
||
- [get_host](https://ludeeus.github.io/googledevices/methods/wifi/info/get_host) | ||
- [get_wifi_info](https://ludeeus.github.io/googledevices/methods/wifi/info/get_wifi_info) | ||
|
||
## Properties for the `Info` class. | ||
|
||
- `wifi_host` Return the hostname or IP of the device. _You need to run the [get_host](https://ludeeus.github.io/googledevices/methods/wifi/info/get_host) method before this get populated._ | ||
- `wifi_info` Return the device info if any.. _You need to run the [get_host](https://ludeeus.github.io/googledevices/methods/wifi/info/get_host) method before this get populated._ | ||
|
||
|
||
<!-- menu --> | ||
[travis]: https://travis-ci.com/ludeeus/googledevices | ||
[travis_status]: https://travis-ci.com/ludeeus/googledevices.svg?branch=master | ||
[pypi]:https://pypi.org/project/googledevices/ | ||
[pypi_badge]: https://badge.fury.io/py/googledevices.svg | ||
[home]: https://ludeeus.github.io/googledevices | ||
[platforms]: https://ludeeus.github.io/googledevices/platforms | ||
[classes]: https://ludeeus.github.io/googledevices/classes | ||
[methods]: https://ludeeus.github.io/googledevices/methods | ||
[functions]: https://ludeeus.github.io/googledevices/functions | ||
[cli]: https://ludeeus.github.io/googledevices/cli |
Oops, something went wrong.