WebThingsIO / gateway

WebThings Gateway - a self-hosted web application for monitoring and controlling a building over the web
http://webthings.io/gateway
Mozilla Public License 2.0
2.62k stars 339 forks source link

queryallactions responses should be sorted in reverse chronological order #3086

Open benfrancis opened 1 year ago

benfrancis commented 1 year ago

Currently lists of ActionStatus objects included in the response to a queryallactions request are sorted in chronological order, but the WoT Profile specification says they should be sorted in reverse-chronological order with the most recent request first.