GenericTrait

@HomeExperimentalGenericApi
interface GenericTrait : Trait


A Trait that contains data represented generically as a FieldMap

Summary

Public functions

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

Public properties

Map<FieldAny?>

Public functions

sendCommand

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

Public properties

attributes

val attributesMap<FieldAny?>