Calin Crisan
Calin Crisan
Some pull request comment
The streamEye webserver should be able to serve a single JPEG frame (the most current one) at a certain URL (e.g. /snapshot), upon request.
I cannot seem to find a way to change the background color of the dialog windows. None of the themes I tried with this plugin changes that. Am I missing...
Currently, all attributes (whether port or device ones) are listed all together, with no ordering or grouping. This makes it difficult for frontends to display them to the user in...
The `GET /firmware` API call should disclose the version that the device is currently upgrading to, while upgrading.
When dealing with many slave ports, there's sometimes no need to add all of them to master; some of them may not need to be exposed via master. To be...
Currently, attributes `offline`, `last_sync` and `validity` are defined only for slave ports exposed by master. The reasoning behind them can be easily extended and applied to any local port. To...
Devices that support expressions should accept an expression instead of a simple value, when processing `POST /ports/{id}/value` requests.
Devices should be able to optionally store port values within a period of time. Purposes include: * auditing * displaying graphs * debugging Desired operations: * paginated listing within a...
Devices should have optional support for managing logs. Purposes of these logs include: * auditing * remote debugging Desired operations: * paginated listing within a given period of time *...