You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add JSON-API support for requesting image snapshots (#1839)
* Implemented a method to receive and store a snapshot of the current image via JSON.
* Updated changelog for the implemented method to receive a snapshot of the current image via JSON-API
* Updated behaviour of the API to handle instance data requests such as getImageSnapshot and getLedSnapshot.
* fix formatting of JsonApi.cpp
* removed unnecessary filetype checks
* clean up code
* Update CHANGELOG.md
* Update JsonAPI.cpp
* Update schema-instancedata.json
* Update JsonApiCommand.h
---------
Co-authored-by: LordGrey <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
- Support direct or multiple instance addressing via single requests (#809)
33
33
- Support of `serverinfo` subcommands: `getInfo, subscribe, unsubscribe, getSubscriptions, getSubscriptionCommands`
34
34
-[Overview](https://github.com/hyperion-project/hyperion.ng/blob/API_Auth/doc/development/JSON-API%20_Commands_Overview.md) of API commands and subscription updates
35
+
- Support for requesting instance-data via JSON-API. Implemented requesting the current image in different formats or led colors.
0 commit comments