PulvreaktConfiguration
data class PulvreaktConfiguration(val devicesConfiguration: DevicesConfiguration, val protocol: Protocol)
Represents the container of configurations and additional information for the communication. devicesConfiguration is the map that associates a device name to its specification. protocol is the Protocol that will be used for the communication.
Functions
Link copied to clipboard
Returns the device specification of the device with the given deviceName.