Skip to content

Commit

Permalink
Better messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kopiro committed Aug 2, 2024
1 parent ab139f7 commit 7dabfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cameraAccessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class CameraAccessory {
private async getStatusAndNotify() {
try {
const cameraStatus = await this.camera.getStatus();
this.platform.log.debug("New values", cameraStatus);
this.platform.log.debug("Notifying new values", cameraStatus);

for (const [key, value] of Object.entries(cameraStatus)) {
const toggleService = this.toggleAccessories[key as keyof Status];
Expand Down

0 comments on commit 7dabfa9

Please sign in to comment.