Releases: pierreroth64/loraboard
Releases · pierreroth64/loraboard
Lora dashboard demo v0.5.5
- Fix all lint errors
- Remove artificial markers on map (which were setup for demo purpose)
Lora dashboard demo v0.5.4
- change PubNub default settings (max number of messages was reached on previous account)
- add button on Settings modal to restore default PubNub settings
Lora dashboard demo v0.5.3
This release includes:
- Change default GPS position for devices
- Display device name in map widget
- JSON encoding of incoming frame
- Check of incoming data format
- Fix lighting codec [Pierre ROTH]
- Display formatted EUIs on map
Lora dashboard demo v0.5.2
Bugfix release including:
- fix brightness decoding for lighting devices
- improve GPS position validation
- update console log levels
Lora dashboard demo v0.5.1
This release includes:
- Device that are not carrying GPS data in their payload are positioned to a default location (see: README)
- Fix initial state of brightness chart when on Lighting device page
Lora dashboard demo v0.5.0
This release includes:
- Popup now embeds buttons based on device capabilities
- Different build targets
- Rework of brightness charts
Lora dashboard demo v0.4.1
This release includes:
- Nucleo device support with brightness decoding
- Auto fit of main map on device markers
- Fix html load of device subpages
- Add device name to device subpage
Lora dashboard demo v0.4.0
This release adds the multi-device support:
- a global map is displayed with the LoRaMotes appearing when communicating for the first time
- double clicking on a LoRaMote marker switches the UI to the corresponding LoRaMote live data
Lora dashboard demo v0.3.0
This release includes minor UI and user changes such as:
- Button to start/stop data gathering
- Setup popup to change PubNub settings
- Frame reception indicator
but also includes:
- a full rewrite using Backbone.js
- brunch build
- test suite based on mocha and chai