Skip to content

Commit

Permalink
HAP debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thoukydides committed Dec 5, 2024
1 parent 4ccfda6 commit c452991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ body:
- In Homebridge UI: *Plugins* > *Homebridge AEG Robot Vacuum Plugin Config* > *Debug Options* > *Log API Bodies*.
- **For HomeKit Accessory Protocol (HAP) Logging**:
- Launch Homebridge using `DEBUG=* homebridge -D` to enable HAP-specific logging.
- Launch Homebridge using `DEBUG=HAP-NodeJS:* homebridge -D` to enable HAP-specific logging.
The additional debug information in the logs will provide more context for resolving your issue.
placeholder: |
Expand All @@ -119,7 +119,7 @@ body:
{ "platforms": [{ "platform": "Homebridge AEG Robot Vacuum", "debug": ["Log API Bodies"] }] }
With HAP (HomeKit) logging:
DEBUG=* homebridge -D > debug.log
DEBUG=HAP-NodeJS:* homebridge -D > debug.log
render: shell
validations:
required: true
Expand Down

0 comments on commit c452991

Please sign in to comment.