Derek Adams
Derek Adams
Add ability to trace command processing and device registration via event pipeline debugging mechanism.
Sending device commands is only available via REST APIs now, but should also be accomplished via MQTT payloads. Add event source support for creating device command invocations.
The command flow from SiteWhere 1.x has not been completely replicated in SiteWhere 2.0. Some command processing logic was commented out previously (e.g.): ``` protected void sendRegistrationAck(String hardwareId, boolean newRegistration)...
The current component lifecycle does not have a separate provisioning stage, so extra logic is required to do initial setup tasks such as creating databases or allocating other resources. Add...
On SiteWhere 1.x filtering device events by device specification does not have an effect and all events make it through the filter. Both include and exclude are affected.
Add infrastructure configuration for testing InfuxDB connectivity when HTTPS in enabled. Verify that InfluxDB datastore settings allow it to APIs to communicate via HTTPS.
Some of the APIs have changed and the air traffic example data no longer loads. Update initializers to use the latest APIs and verify that data can load.