Commit 9dc7ad6
authored
Kevin/node-pty support and fixes (#13)
* Added support for IpcMessageV2 support
* Fixed package-lock.json
* Parallelized stateful parameter refreshes
* Added new, faster, better background pty
* Added exports for pty and async storage
* Fixed net socket buffer issue by switching to cat
* Moved validation plan to plugin instead of a separate request. Added pty instances to validation refresh.
* fix: Added missing pty to import
* fix: Added current config for validation plan if desired could not be found
* feat: Switched back to homebridge multi-arch build
* Removed done from being printed to stdout
* Refactored statefulMode to isStateful
* feat: Refactored and updated to using newest schema which passes core parameters separately from other parameters
* fix: Changed validation schema to work directly on user import. Fixed tests
* fix: Switched runner to macOS since we only use zsh for node-pty1 parent fdd031f commit 9dc7ad6
File tree
29 files changed
+1823
-576
lines changed- .github/workflows
- src
- common
- messages
- plan
- plugin
- pty
- resource
- stateful-parameter
- utils
29 files changed
+1823
-576
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
0 commit comments