We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7630959 commit 70a2b43Copy full SHA for 70a2b43
src/accessories/Accessory.ts
@@ -33,6 +33,7 @@ export default class Accessory {
33
this.logPath = path.join(this.projectDir, device.blid + '.log');
34
this.cachePath = path.join(this.projectDir, device.blid + '.cache.json');
35
this.generalLogPath = path.join(this.projectDir, 'General.log');
36
+ accessory.context.connections = 0;
37
38
if (!fs.existsSync(this.projectDir)) {
39
fs.mkdirSync(this.projectDir);
0 commit comments