Skip to content

Commit

Permalink
docs: improve docs of switchToProfile event (#85)
Browse files Browse the repository at this point in the history
* docs: improve docs of switchToProfile event

* docs: improve docs of switchToProfile event

* docs: add missing docs for enumerable serialization

---------

Co-authored-by: Richard Herman <[email protected]>
  • Loading branch information
GeekyEggo and GeekyEggo authored Jan 31, 2025
1 parent 382705c commit 13e7dba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@

# Change Log

## 1.2.2
## 1.3.0

### ✨ New

- Add support for serializing enumerable collections.

### ♻️ Update

- Improve documentation for profile switching.
- Update dependencies.

## 1.2.1
Expand Down
4 changes: 3 additions & 1 deletion src/api/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ export type SwitchToProfile = ContextualizedCommandWithPayload<
page?: number;

/**
* Name of the profile to switch to. The name must be identical to the one provided in the manifest.
* Name of the profile to switch to; the name must be identical to the one provided in the manifest.
*
* When not specified, Stream Deck will switch to the previous profile.
*/
profile?: string;
}
Expand Down

0 comments on commit 13e7dba

Please sign in to comment.