activeStreamerAsResource property

Resource activeStreamerAsResource

Returns a Resource object that represents the activeStreamer of this Resource.

Throws MissingHueNetworkException if the hueNetwork is null, if the activeStreamer cannot be found on the hueNetwork, or if the activeStreamer's ResourceType cannot be found on the hueNetwork.

Implementation

Resource get activeStreamerAsResource =>
    getRelativeAsResource(activeStreamer);