Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justjam2013 committed Nov 17, 2024
1 parent 48e5f11 commit 040a3a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "homebridge-virtual-accessories",
"displayName": "Virtual Accessories for Homebridge",
"type": "module",
"version": "1.0.0-beta.10",
"version": "1.0.0",
"description": "Virtual accessories for Homebridge.",
"author": "justjam2013",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/triggers/triggerPing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class PingTrigger extends Trigger {

const triggerConfig: PingTriggerConfiguration = this.sensorConfig.pingTrigger;

this.log.info(`[${this.sensorConfig.accessoryName}] PingTriggerConfig ${JSON.stringify(triggerConfig)}`);
this.log.info(`[${this.sensorConfig.accessoryName}] Ping Trigger Config: ${JSON.stringify(triggerConfig)}`);

if (triggerConfig.isDisabled) {
this.log.info(`[${this.sensorConfig.accessoryName}] Ping trigger is disabled`);
Expand Down

0 comments on commit 040a3a9

Please sign in to comment.