public static class CapabilityColor.SetColorComponents extends Command<CapabilityColor.CommandId>
Capability.sendResourceCommand(buzz.getcoco.iot.Command<T>, buzz.getcoco.iot.Capability.CommandStatusListener<T>)
while sending SetComponents commands.Command.State| Modifier and Type | Field and Description |
|---|---|
int[] |
colorComponentIds |
int[] |
colorComponentsValues |
int |
transitionTime |
boolean |
useDefaultTransitionTime |
| Constructor and Description |
|---|
SetColorComponents(boolean useDefaultTransitionTime)
Constructor for this class.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="colorCompIdArr") public int[] colorComponentIds
@SerializedName(value="colorCompValuesArr") public int[] colorComponentsValues
@SerializedName(value="useDefaultTransTimeFlag") public boolean useDefaultTransitionTime
@SerializedName(value="transitionTimeMs") public int transitionTime