GenericTrait

@HomeExperimentalGenericApi
interface GenericTrait : Trait


A Trait that contains data represented generically as a FieldMap

Summary

Public functions

suspend Map<Field, Any?>?
sendCommand(
    commandDescriptor: CommandDescriptor,
    commandArgs: Map<Field, Any?>,
    useTimedCommand: Boolean
)

Public properties

Map<Field, Any?>

Public functions

sendCommand

suspend fun sendCommand(
    commandDescriptor: CommandDescriptor,
    commandArgs: Map<Field, Any?>,
    useTimedCommand: Boolean
): Map<Field, Any?>?

Public properties

attributes

val attributes: Map<Field, Any?>