Skip to content

Commit

Permalink
feat(platform): device naming w/ MAC
Browse files Browse the repository at this point in the history
- last needed change
- implements #146
  • Loading branch information
johannrichard committed Dec 5, 2020
1 parent 86b7d07 commit b457310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.ts
Expand Up @@ -844,7 +844,7 @@ export class DingzDaHomebridgePlatform implements DynamicPlatformPlugin {
.execute(() => {
this.addMyStromPIRDevice({
address: remoteInfo.address,
name: `Motion Sensor ${deviceSuffix}`,
name: `PIR ${deviceSuffix}`,
token: this.config.globalToken,
});
})
Expand Down

0 comments on commit b457310

Please sign in to comment.