TriggerLEDBurstAction

class TriggerLEDBurstAction(repeat: Int, duration: Int, pulseDuration: Int, red: Int, green: Int, blue: Int) : IAction

This action triggers the LED of the scanner in a given pattern and color

Constructors

Link copied to clipboard
constructor(repeat: Int, duration: Int, pulseDuration: Int, red: Int, green: Int, blue: Int)

Properties

Link copied to clipboard
open override val isDeviceAction: Boolean = true
Link copied to clipboard
open val name: String?

Functions

Link copied to clipboard
open override fun getDataJson(): JsonObject
Link copied to clipboard
open fun getJson(): JsonObject