SetLEDColorAction

class SetLEDColorAction(red: Int, green: Int, blue: Int) : IAction

This actions sets the color of the LED of the scanner

Constructors

Link copied to clipboard
constructor(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