Releases: gtorodelvalle/fiware-device-simulator
Releases · gtorodelvalle/fiware-device-simulator
3.1.1
- [BUG] Only set service and subservice if domain is specified
3.1.0
- [TASK] Adapting the waste management example to the latest changes in the simulation configuration format
- [FEATURE] Possibility to specify the API key at IoTA's configuration level
- [BUG] "domain" should only be mandatory if "entities" are included in the simulation
3.0.0
- [FEATURE] Protocol selection support for HTTP communications
- [FEATURE] Support optional Context Broker and Authentication simulation configuration information
2.0.0
- [TASK] Improving the waste management example with the dateUpdated, storedWasteOrigin and storedWasteKind attributes
- [FEATURE] Support UltraLight MQTT devices
- [FEATURE] Support JSON HTTP and MQTT devices
1.0.0
- [TASK] Fix a typo in the text-rotation-interpolator documentation
- [FEATURE] Support for UltraLight devices using the HTTP binding
0.4.0
- [FEATURE] Support for text rotation interpolation
- [TASK] Fixing the text-rotation-interpolator tests to avoid 50% probability of the tests to pass
0.3.0
- [TASK] Include the link to the multiline-position-interpolator file into the documentation
- [FEATURE] Better GeoJSON integration via usage of type and coordinates
0.2.0
- [FEATURE] Support for multiline position interpolation (mobile devices)
0.1.1
- [BUG] Validation of non-String values
- [BUG] Validation of schedules including numbers such as "0 0 0 1 * *" (the first day of each month at 00:00:00)
0.1.0
- First release including all the basic functionality:
- Entity and device active and static attributes updates
- Cron-style update schedules
- Value interpolators including:
- time-linear-interpolator
- time-random-linear-interpolator
- time-step-after-interpolator
- time-step-before-interpolator
- date-increment-interpolator
- Simulation configuration validation
- Notification of the progress of the simulation as well as errors via EventEmitter events
- Complete unit test coverage