Maximum lengths of strings

Hierarchy

  • MaximumStringLengths

Indexable

[property: string]: any

Properties

idNumericalOnly?: boolean

If true ID-strings need to contain numerical values only

maximumIdLength?: number

Maximum length of ID-Strings. Affected parameters: order.orderId, node.nodeId, nodePosition.mapId, action.actionId, edge.edgeId

maximumLoadIdLength?: number

Maximum length of loadId Strings

maximumMessageLength?: number

Maximum MQTT Message length

maximumTopicElementLength?: number

Maximum length of all other parts in MQTT-topics. Affected parameters: order.timestamp, order.version, order.manufacturer, instantActions.timestamp, instantActions.version, instantActions.manufacturer, state.timestamp, state.version, state.manufacturer, visualization.timestamp, visualization.version, visualization.manufacturer, connection.timestamp, connection.version, connection.manufacturer

maximumTopicSerialLength?: number

Maximum length of serial-number part in MQTT-topics. Affected Parameters: order.serialNumber, instantActions.serialNumber, state.SerialNumber, visualization.serialNumber, connection.serialNumber

Generated using TypeDoc