README.md
# GoogleApi.SmartDeviceManagement
Smart Device Management API client library.
Allow select enterprise partners to access, control, and manage Google and Nest devices programmatically.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_smart_device_management` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_smart_device_management, "~> 0.3"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/nest/device-access](https://developers.google.com/nest/device-access).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_smart_device_management](https://hexdocs.pm/google_api_smart_device_management).