Skip to content

Releases: christian-photo/ninaAPI

ninaAPI 2.1.3.0

18 Jan 09:25
7662a91
Compare
Choose a tag to compare
  • Added query parameter skipRescan to all connect endpoints, which can be used to skip the rescanning process resulting in a faster connection
  • Some websockets events now include more information:
    • FILTERWHEEL-CHANGED includes the previous and new filter
    • FLAT-BRIGHTNESS-CHANGED includes the previous and new brightness
    • SAFETY-CHANGED includes the new status
  • image/{index} now also includes parameters to configure the stretch parameters. These default to the profile default if omitted

ninaAPI 2.1.2.0

17 Jan 11:37
537bd48
Compare
Choose a tag to compare

⚠️ THIS UPDATE REMOVES V1 SUPPORT ⚠️

Changes:

  • ⚠️ Breaking Removed support for the deprecated v1 api ⚠️
  • Added more endpoints to flatdevice:
    • flatdevice/set-cover to open or close the cover
    • flatdevice/set-light to toggle the light on or off
    • flatdevice/set-brightness to change the brightness of the flatpanel
  • Added more events regarding the flat panel:
    • FLAT-LIGHT-TOGGLED
    • FLAT-COVER-OPENED
    • FLAT-COVER-CLOSED
    • FLAT-BRIGHTNESS-CHANGED
  • Added sequence/set-target to update the target in a target container
  • The server now automatically picks the next available port to launch the api
  • Implemented IMessageBroker for cross Plugin communication. Use Topic AdvancedAPI.RequestPort to request the port the api is running on, subscribe to AdvancedAPI.Port to recieve the answer. The port is directly written into Content

ninaAPI 2.1.1.0

12 Jan 14:17
Compare
Choose a tag to compare

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

09 Jan 16:30
Compare
Choose a tag to compare
Pre-release
  • profile/change-value fixes
  • framing/set-source added
  • camera/set-readout added to set the readout mode
  • version now returns the Plugin Version instead of an Independent Version number

ninaAPI 2.1.0.0-beta 6

05 Jan 09:28
Compare
Choose a tag to compare
Pre-release
  • 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

02 Jan 10:38
Compare
Choose a tag to compare
Pre-release
  • 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 running
  • framing/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

31 Dec 16:11
Compare
Choose a tag to compare
Pre-release
  • 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

29 Dec 16:55
Compare
Choose a tag to compare
Pre-release
2.1.0.2-b.3

fix bat for release

ninaAPI 2.1.0.0-beta 2

28 Dec 16:08
Compare
Choose a tag to compare
Pre-release
  • Camera warm minDuration
  • add TargetTemp and AtTargetTemp to CameraInfo
  • Cooling and Warming duration -1 for default values

ninaAPI 2.0.0.2

25 Oct 14:12
Compare
Choose a tag to compare
exclude null values from json