getSceneItemList method
Gets a list of all scene items in a scene.
Scenes only
- Complexity Rating: 3/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<List<SceneItemDetail>> getSceneItemList(String sceneName) async =>
await list(sceneName);