This package contains all available LED actions, each one representing a method to execute on a specific LED.
The sub package com.datalogic.extension.selfshopping.led.action.persistence
contains some helper classes, each of them allowing to persist a LED action in a specific
format or retrieve an object given the same expected format.
LedAction | Abstract class used to represent an action to be executed by the
SelfshoppingLedManager . |
LedActionBlink | LED action for the blinking of a LED. |
LedActionDim | LED action for the dimming of a LED. |
LedActionSetBrightness | LED action for setting the brightness of a LED. |
LedActionTurnOff | LED action for turning OFF a LED. |
LedActionTurnOn | LED action for turning ON a LED. |