Skip to content

Commit

Permalink
homekit: add codes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jul 12, 2024
1 parent 4661646 commit cf5e010
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/homekit/src/camera-mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ The recommended codec settings for cameras in HomeKit can be viewed in the [Home
The latest troubleshooting guide for all known streaming or recording issues can be viewed in the [HomeKit plugin](#/device/${id}).`;

if (this.storageSettings.values.standalone) {
readme += `
## HomeKit Pairing
${this.storageSettings.values.pincode}
${this.storageSettings.values.qrCode}
`
}

return readme;
}

Expand Down

0 comments on commit cf5e010

Please sign in to comment.