ConnectToAddressAction

class ConnectToAddressAction(address: String, scanTimeout: Int?) : IAction

This action triggers a connection attempt to a device with the given address

Constructors

Link copied to clipboard
constructor(address: String, scanTimeout: Int?)

Properties

Link copied to clipboard
open override val isDeviceAction: Boolean = false
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