Class SpeakerState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents normalized speaker state.
public sealed class SpeakerState
- Inheritance
-
SpeakerState
- Inherited Members
Properties
IsAvailable
Gets whether speaker capability is available.
public bool? IsAvailable { get; }
Property Value
- bool?
RawJson
Gets the raw JSON payload returned by the device.
public string RawJson { get; }