lightServicesAsResources property
- @Deprecated("resolve via entertainment services in locations object")
Returns a list of the lightServices as Resource objects.
Throws MissingHueNetworkException if the hueNetwork is null, if a service can not be found on the hueNetwork, or if the service's ResourceType cannot be found on the hueNetwork.
Implementation
@Deprecated("resolve via entertainment services in locations object")
List<Resource> get lightServicesAsResources =>
getRelativesAsResources(lightServices);