GeneralConfig

@Serializable
data class GeneralConfig(var name: String, var nameRegex: String, var type: DeviceType)

Constructors

Link copied to clipboard
constructor(name: String, nameRegex: String, type: DeviceType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

name of device

Link copied to clipboard

regex that is used for device search, should match the name of device

Link copied to clipboard

type of device