-
-
Notifications
You must be signed in to change notification settings - Fork 617
FAQ
Andi edited this page May 3, 2020
·
6 revisions
HAP-NodeJS uses the debug library for logging output. You can enable
all debug outputs of HAP-NodeJS by setting the debug environment variable like the following: DEBUG=HAP-NodeJS:*.
You may want to look at the documentation of debug library for greater
control over debug output.
To fully reset your HAP-NodeJS instance follow the following steps:
- Navigate into the Home App and remove the pairing of your Accessory.
- Stop your HAP-NodeJS application.
- Navigate to the directory containing your HAP-NodeJS installation and delete the
./persistdirectory. - Restart your HAP-NodeJS application and repair it in the Home App.