Releases: christian-photo/ninaAPI
Releases · christian-photo/ninaAPI
ninaAPI 2.1.1.0
Promotion to release channel
- Fixed an issue where the sequence wasn't complete when the target container was nested
ninaAPI 2.1.0.0-beta 7
profile/change-value
fixesframing/set-source
addedcamera/set-readout
added to set the readout modeversion
now returns the Plugin Version instead of an Independent Version number
ninaAPI 2.1.0.0-beta 6
- Moved GlobalTriggers to the top of the returned json as it seems to have caused confusion
- Added the field
ImageType
to the IMAGE-SAVE Event and image-history - Removed the Id field from image-history, just use the index of the Image in the returned Array
- All Image Types (LIGHT, DARK, BIAS, FLAT, SNAPSHOT) now raise an IMAGE-SAVE event
- Eventwatchers are now started independently of the api, therefore Events can still be retrieved using
event-history
even if the api wasn't running before.
ninaAPI 2.1.0.0-beta 5
- removed
PluginSettings
from profile Response as it was empty anyway - added
sequence/reset
to reset the Progress of a sequence sequence/start
will now throw an error if the sequence is already runningframing/set-coordinates
will now return faster because it doesn't wait for completion. Previously, it had to wait until the Image was loaded into the Framing wizard, which can take a lot of time
ninaAPI 2.1.0.0-beta 4
- Added GlobalTriggers to sequence
- Removed redundant time fields
- Add conditions and triggers to sequence
- Fix time instruction / conditions
ninaAPI 2.1.0.2-beta 3
2.1.0.2-b.3 fix bat for release
ninaAPI 2.1.0.0-beta 2
- Camera warm minDuration
- add TargetTemp and AtTargetTemp to CameraInfo
- Cooling and Warming duration -1 for default values
ninaAPI 2.0.0.2
exclude null values from json
ninaAPI 2.0.0.1
- Fixed a bug that prevented the ImageHistory from creating thumbnails/populating
- Removed the SSL Settings
ninaAPI 2.0.0.0
This updates includes a reworked v2 api. The old v1 api is still available with the same route, v2 is available on: http://<ip>:<port>/v2/
.
Changes:
- removed SSL certificate support
- updated v2 api documentation (https://github.com/christian-photo/ninaAPI/wiki/V2)
- new features in the v2 api (check the documentation for more info)