v.1.2.1
[feature] History/Real-time modes rebased to automatic resolve
[feature] Added compared messages view in Intervals. They`re highlighted as violet.
[Changelog] Toolbox
v.1.3.15
[feature] traffic viewer
Also you can see raw traffic from channels page:
and devices page:
v.1.3.18
[feature] anylize traffic from parse error log entry
v.1.3.22
[feature] set to default Toolbox settings
v.1.5.5
[feature] map by message position in channels and devices
[rebase] device track map (mapview)
v.1.5.7
[feature] new date picker modes (manual formatted and timestamp)
[fix] autobound and center on maps
v.1.5.10
[feature] new main page
v.1.6.0
[feature] table context menu
[feature] new message view
[rebase] autoscrolling logic
[rebase] hex-viewer render
- Edited
v.1.7.0
[feature] new floating widgets view
It can be attached to left or right side:
v.1.7.3
[feature] filter by event code
v.1.7.6
[feature] custom cols schemas
Now you can create and save locally your own custom columns schema.
v.1.7.8
[feature] show message in traffic/hex viewer from context menu
v.1.7.11
[feature] export messages in csv
v.1.8.2
[feature] selected packets export in hex/traffic viewers
v.1.8.5
[feature] show in TrackIt ability in devices page
v.1.9.12
[rebase] switch color palette for messages
Messages marked by grey came from past (blackbox or wrong device settings) and marked orange came from future(wrong device settings)
v.1.10.1
[feature] geofences on intervals map
v.1.10.4
[feature] intervals by intervals
If you set a calc as a source of data for a given calc, you will be able to see the intervals used as a source for calculating the intervals by the given calc.
- Edited
We are DEPRECATING a few Toolbox integration routes. You have to change your integration route before 01.09.2021.
https://toolbox.flespi.io/#/view/:type/:id => https://toolbox.flespi.io/#/:type/:id
(/view/devices/1 => /devices/1)
/token/:token/type/:type/id/:id => https://toolbox.flespi.io/#/:type/:id?token=:token
(/token/TOKEN/type/devices/id/1 => /devices/1?token=TOKEN)
/token/:token/group/:group => /?token=:token&group=:group
(/token/TOKEN/group/hub => /?token=TOKEN&group=hub)
/token/:token/type/:type/id/:id/fullscreen/:fullscreen => /:type/:id?token=:token&fullscreen=:fullscreen
(/token/:token/type/devices/id/1/fullscreen/1 => /devices/1?token=:token&fullscreen=1)
/token/:token/type/:type/id/:id/fullscreen/:fullscreen/noselect/:noselect => /:type/:id?token=:token&fullscreen=:fullscreen&noselect=:noselect
(/token/:token/type/devices/id/1/fullscreen/1/noselect=1 => /devices/1?token=:token&fullscreen=1&noselect=1)
v.1.13.1
[feature] expressions testing tool
We are glad to inform you that we have recently released the expressions testing tool and integrated it into Toolbox. Pick any data like messages, intervals, or logs (multi-select works with SHIFT and CTRL/CMD buttons) and use it as testing data for expression logic.