Skip to content

Commit

Permalink
Merge pull request #12 from bgottsch/beta
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
bgottsch authored Nov 9, 2023
2 parents 2726fd0 + 2cf5f8f commit e65ed95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name: Node.js Package

on:
release:
types: [created]
push:
branches:
- main
- beta

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "ISY Hub",
"name": "homebridge-isy-hub",
"version": "1.0.1",
"version": "1.0.2",
"description": "ISY-994i plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class ISYHubApi extends EventEmitter {
break;
}
this.platform.log.warn('Unknown error, termintating socket');
this.platform.log.debug(event.message);
this.platform.log.warn(event.error.code, event.error.message, event.error.stack);
this.terminateWebSocket(false);
break;
}
Expand Down

0 comments on commit e65ed95

Please sign in to comment.