-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Versions * NVM * Implement Backup events and Health Checks * Update README.md * Naming * minor name corrections * Update package.json * Version Bumps + EP Command Classes * PSI Serialport v10 support * .NET Standard 2.0 * Deps * VS * Update ZWaveJS.NET.csproj * Smart Start * Route Statistics * Update CHANGELOG.md * Build * Delete yarn.lock * Create yarn.lock * Decimal not Integer * 3.0 Alpha * Better socket management. * Scratch Pad * Toolkit * Error Handling * Recovery * Unix Binary * Thread mgmt * Update ZWaveJS.NET.csproj * Alpha 2 * Updates * Cleanup * S2 Dialog * Kill Process * DSK * Node Controls * Node Options * Update Node.cs * Restart Mech * Socket * Just because. * Switch to container class on task result. * Switch object * WS Client Swap * Net stats in UI * Device Event Dialog Update * Check isFinal before setting failed interview signal * Update Event.cs * Health Checks * FW Updates * Replace Failed Node * Associations * Alpha 6 * Smart Start * Prep * Update Readme.png * So close * I have a funny feeling, this the last (crucial) commit * Multicast * Update Controller.cs * Read me * Update README.md * Frameworks * Read me * Update README.md * Update Helpers.cs * Create codeql-analysis.yml * Update codeql-analysis.yml * Yarn * Network Heal UI * Toolkit * Update README.md * Update README.md * Release
- Loading branch information
1 parent
d58f7d2
commit 82d04ed
Showing
118 changed files
with
14,119 additions
and
4,894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
**/obj/* | ||
**/bin/* | ||
**/.vs/* | ||
**/packages/* | ||
|
||
# Node Stuff | ||
**/node_modules/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"name": "server", | ||
"bin": "./server.js", | ||
"dependencies": { | ||
"@zwave-js/server": "1.14.0", | ||
"zwave-js": "8.10.0" | ||
"@zwave-js/server": "1.17.0", | ||
"zwave-js": "9.3.0" | ||
}, | ||
"devDependencies": { | ||
"pkg": "^5.5.1" | ||
"pkg": "^5.7.0" | ||
}, | ||
"scripts": { | ||
"build": "pkg . --compress GZip -t host" | ||
}, | ||
"pkg": { | ||
"assets": "./node_modules/@serialport/bindings/build/Release/bindings.node", | ||
"assets": "./node_modules/@serialport/bindings-cpp/prebuilds/**/*", | ||
"outputPath": "dist" | ||
}, | ||
"packageManager": "yarn@3.1.1" | ||
"packageManager": "yarn@3.2.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.