getSourceActive method
Gets the active and show state of a source.
Compatible with inputs and scenes.
- Complexity Rating: 2/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<SourceActiveResponse> getSourceActive(String sourceName) async =>
await active(sourceName);