Cumulocity-IoT / c8y-adamos-hub-connector

Cumulocity IoT ADAMOS HUB Connector
Apache License 2.0
1 stars 1 forks source link

Support Hub Event Service #10

Closed haraldmeyer closed 2 years ago

haraldmeyer commented 2 years ago

Hub Connector already supports the definition of Event processing rules in both directions:

but there is currently no execution logic for the latter. This needs to be implemented here for the two supported Hub events:

Current design idea: Do not provide a flexible mapping in the UI but introduce predefined event types in C8Y that need to be used. Hub Connector will only react to these.

haraldmeyer commented 2 years ago

Update: polling for events implemented.

haraldmeyer commented 2 years ago

Implemented but validation errors.

haraldmeyer commented 2 years ago

Validation errors gone with correct format.