Esempio 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());
 }
Esempio 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());
 }