C# Class HueLightning.API.HueLight

Represents a wrapper for Lights connected to the hue bridge
Show file Open project: Silveryard/SmartHome

Public Methods

Method Description
HueLight ( string id, HueBridge bridge ) : System

Creates a new instance

ToString ( ) : string

object.ToString

Method Details

HueLight() public method

Creates a new instance
public HueLight ( string id, HueBridge bridge ) : System
id string The lights unique id
bridge HueBridge The parent bridge
return System

ToString() public method

object.ToString
public ToString ( ) : string
return string