You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
834 B
YAML
25 lines
834 B
YAML
cep:
|
|
bindings:
|
|
# MQTT ingress topics: <port>/<app>/<tenant>/<pin>
|
|
# Example: 40200/m2m/tenantA/1
|
|
#
|
|
# This binding uses a JS processor (parser+detector in one step).
|
|
mqttM2mPinErpnextJs:
|
|
enabled: false # set true to use this binding
|
|
in:
|
|
type: MQTT
|
|
match:
|
|
topicRegex: "^(?<deviceId>[^/]+)/(?<app>[^/]+)/(?<tenant>[^/]+)/(?<pin>[^/]+)$"
|
|
|
|
processorRef: m2mPinErpnextJs
|
|
|
|
# You can choose SIMPLE or COMPOSITE lifecycle.
|
|
lifecyclePolicyRef: default
|
|
# Example COMPOSITE usage (uncomment and set lifecyclePolicyRef: compositeDefault)
|
|
# composite:
|
|
# groupKeyTemplate: "${site}|${department}|${function}"
|
|
# sourceKeyTemplate: "${path}"
|
|
|
|
outputRefs:
|
|
- restMalisFault # if you configured a REST output with MALIS_FAULT_JSON
|