SmartCast Api
This library provides an API for connecting to and controlling Vizio SmartCast TVs and Speakers. The struct Device provides a client for interfacing with the SmartCast device.
Get Started
You can use smartcast::discover_devices() to find SmartCast devices on your local network by issuing an SSDP Query or attempt to connect directly using Device::by_ip() or Device::by_uuid().
Example
use Device;
async
Task List
- Connect
- Pairing
- Get device state
- Virtual remote commands
- Readable settings
- Writeable settings
- Current App
- App launching