messages property

  1. @ImcField('Messages to subscribe', 'messages', ImcType.typePlaintext)
String messages

Comma-separated list of messages to subscribe. Example: "EstimatedState,EulerAngles,Temperature"

Implementation

@ImcField('Messages to subscribe', 'messages', ImcType.typePlaintext)
String get messages;