Ejemplo n.º 1
0
 /// <summary>
 /// Sets this light's state information using a LightStateBuilder object.
 /// </summary>
 /// <param name="stateBuilder">The LightStateBuilder containing the new state information.</param>
 public void SetState(LightStateBuilder stateBuilder)
 {
     SetState(stateBuilder.GetJson());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets this light's state information using a LightStateBuilder object.
 /// </summary>
 /// <param name="stateBuilder">The LightStateBuilder containing the new state information.</param>
 public void SetState(LightStateBuilder stateBuilder)
 {
     SetState(stateBuilder.GetJson());
 }