Skip to content

Releases: gtorodelvalle/fiware-device-simulator

3.1.1

25 Aug 09:28
Compare
Choose a tag to compare
  • [BUG] Only set service and subservice if domain is specified

3.1.0

24 Aug 13:26
Compare
Choose a tag to compare
  • [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

24 Aug 10:58
Compare
Choose a tag to compare
  • [FEATURE] Protocol selection support for HTTP communications
  • [FEATURE] Support optional Context Broker and Authentication simulation configuration information

2.0.0

23 Aug 08:09
Compare
Choose a tag to compare
  • [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

18 Aug 07:19
Compare
Choose a tag to compare
  • [TASK] Fix a typo in the text-rotation-interpolator documentation
  • [FEATURE] Support for UltraLight devices using the HTTP binding

0.4.0

16 Aug 12:04
Compare
Choose a tag to compare
  • [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

16 Aug 08:27
Compare
Choose a tag to compare
  • [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

12 Aug 10:24
Compare
Choose a tag to compare
  • [FEATURE] Support for multiline position interpolation (mobile devices)

0.1.1

10 Aug 15:25
Compare
Choose a tag to compare
  • [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

10 Aug 14:20
Compare
Choose a tag to compare
  • 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