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.
18 lines
582 B
YAML
18 lines
582 B
YAML
cep:
|
|
bindings:
|
|
# MQTT ingress topics: <port>/<app>/<tenant>/<pin>
|
|
# Example: 40200/m2m/tenantA/1
|
|
mqttM2mPinErpnext:
|
|
enabled: false
|
|
in:
|
|
type: MQTT
|
|
match:
|
|
topicRegex: "^(?<deviceId>[^/]+)/(?<app>[^/]+)/(?<tenant>[^/]+)/(?<pin>[^/]+)$"
|
|
# Extracted group vars: port, app, tenant, pin
|
|
parserRef: m2mPinUpdateErpnext
|
|
detectorRef: pinBadState
|
|
lifecyclePolicyRef: default
|
|
outputRefs:
|
|
# Publishes EEBUS-like <Datagram> XML to MQTT using the templates in config/cep/common.yml
|
|
- restMalisFault
|