TriggerVibratorBurstAction

class TriggerVibratorBurstAction(repeat: Int, duration: Int, pulseDuration: Int, intensity: Int) : IAction

This action triggers the vibrator of the scanner in a given pattern

Constructors

Link copied to clipboard
constructor(repeat: Int, duration: Int, pulseDuration: Int, intensity: 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