cep: bindings: # MQTT ingress topics: /// # Example: 40200/m2m/tenantA/1 mqttM2mPinErpnextComposite: enabled: true in: type: MQTT match: topicRegex: "^(?[^/]+)/(?[^/]+)/(?[^/]+)/(?[^/]+)$" # Extracted group vars: port, app, tenant, pin parserRef: m2mPinUpdateErpnext detectorRef: pinBadState lifecyclePolicyRef: compositeDefault composite: groupKeyTemplate: "${site}|${department}|Pumpensumpf" # function should be specified in configuration "${site}|${department}|${function}" sourceKeyTemplate: "${path}" # or "${port}/${app}/${tenant}/${pin}" outputRefs: # Publishes EEBUS-like XML to MQTT using the templates in config/cep/common.yml - restMalisFault - outboxMalisFaultJson heartbeat: enabled: true periodMs: 600000 includeInactive: true