Skip to content

Commit

Permalink
Update device.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jul 30, 2024
1 parent 85e8d5a commit e318b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ export abstract class deviceBase {
await this.debugLog(`No Changes, ${CharacteristicName}: ${CharacteristicValue}`
+ ` ${CharacteristicName}Context: ${CharacteristicValueContext}`);
} else {
await this.infoLog(`was ${CharacteristicValue === Value ? Status1 : Status2}`);
await this.successLog(`was ${CharacteristicValue === Value ? Status1 : Status2}`);
}
await this.infoLog(`was ${CharacteristicValue === Value ? Status1 : Status2}`);
}

async statusCode(device: device & devicesConfig, action: string, error: { message: string; }): Promise<void> {
Expand Down

0 comments on commit e318b41

Please sign in to comment.