smartScenes property

List<SmartScene> get smartScenes

All of the SmartScene objects on the network that the user's device has permission to access.

Implementation

List<SmartScene> get smartScenes => List.from(_smartScenes, growable: false);