diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 852fb81..e7075d6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: | @@ -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