Skip to content

Commit

Permalink
fix version number; doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-photo committed Dec 29, 2024
1 parent 44755d9 commit db5de02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions ninaAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[assembly: Guid("48b5bc05-f0d3-465e-a233-e2fe77d6e1a6")]

// [MANDATORY] The assembly versioning
//Should be incremented for each new release build of a plugin
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
//Should be incremented for each new build of a plugin
[assembly: AssemblyVersion("2.1.0.2")]
[assembly: AssemblyFileVersion("2.1.0.2")]

// [MANDATORY] The name of your plugin
[assembly: AssemblyTitle("Advanced API")]
Expand Down
16 changes: 8 additions & 8 deletions ninaAPI/api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,19 @@ paths:
schema:
type: number
format: double
- in: query
name: cancel
description: Whether to cancel the cooling process.
required: false
schema:
type: boolean
- in: query
name: minutes
description: The minimum duration to cool the camera. -1 for default duration
required: false
required: true
schema:
type: number
format: double
- in: query
name: cancel
description: Whether to cancel the cooling process.
required: false
schema:
type: boolean
responses:
"200":
description: Successful response
Expand Down Expand Up @@ -192,7 +192,7 @@ paths:
- in: query
name: minutes
description: The minimum duration to warm the camera. -1 for default duration
required: false
required: true
schema:
type: number
format: double
Expand Down
2 changes: 1 addition & 1 deletion ninaAPI/websocket_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ channels:
example: "Socket"

/tppa:
description: TPPA WebSocket channel
description: TPPA WebSocket channel. To use this channel, TPPA >= 2.2.0.0 must be installed.
publish:
summary: Start or Stop TPPA
message:
Expand Down

0 comments on commit db5de02

Please sign in to comment.