pandora_api/json/
device.rs

1/*!
2Device support messages.
3
4There's no documentation on how to enable this support at this time.
5*/
6// SPDX-License-Identifier: MIT AND WTFPL
7
8/// **Unsupported!**
9/// Undocumented method
10/// [device.associateDeviceForCasting()](https://6xq.net/pandora-apidoc/json/methods/)
11pub struct AssociateDeviceForCastingUnsupported {}
12
13/// **Unsupported!**
14/// Undocumented method
15/// [device.createDevice()](https://6xq.net/pandora-apidoc/json/methods/)
16pub struct CreateDeviceUnsupported {}
17
18/// **Unsupported!**
19/// Undocumented method
20/// [device.disassociateCastingDevice()](https://6xq.net/pandora-apidoc/json/methods/)
21pub struct DisassociateDeviceForCastingUnsupported {}
22
23/// **Unsupported!**
24/// Undocumented method
25/// [device.disassociateDevice()](https://6xq.net/pandora-apidoc/json/methods/)
26pub struct DisassociateDeviceUnsupported {}