-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class SetLEDColorAction implements IAction
This actions sets the color of the LED of the scanner
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SetLEDColorAction(Integer red, Integer green, Integer blue)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()StringgetName()JsonObjectgetDataJson()-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getDataJson
JsonObject getDataJson()
-
-
-
-