HAP-NodeJS icon indicating copy to clipboard operation
HAP-NodeJS copied to clipboard

Node.js implementation of the HomeKit Accessory Protocol (HAP)

Results 39 HAP-NodeJS issues
Sort by recently updated
recently updated
newest added

### Current Situation currently not all features/elements of HMCameraProfile are implemented. streamControl, snapshotControl and microphoneControl are there, speakerControl might be (my cameras don't have a speaker) but especially HMCameraControl seems...

enhancement
stale

Right now when starting a video stream, HAP-NodeJS passes something like this to handleStreamRequest on my delegate: ``` { sessionID: 'd06ea903-4ac4-4029-97e9-2e57db58b7d6', type: 'start', video: { codec: 0, profile: 2, level:...

bug
pinned

### Analysis After installing released 0.10.0, npm audit reports the following issues with package dependancies: **npm audit fix up to date, audited 95 packages in 2s 36 packages are looking...

bug
pinned

## :recycle: Current situation As of now, every write to the `Active` characteristic of the `CameraRecordingManagement` service is plainly forwarded to the `CameraRecordingDelegate`. HomeHub write to this characteristic a lot,...

fix

Hi! I'm maintaining two projects that depend on HAP-Nodejs, both have quite a bunch of users that are using them since years "in production". As HAP-Nodejs can be considered stable...

discussion
long running

### Analysis The current `avahi` advertiser implementation cannot detect if the avahi-deamon is rebooted or stopped. The service advertisement will be removed and will stay removed even if avahi starts...

bug
pinned

# Update Characteristic value when setProps called ## :recycle: Current situation This PR is mainly about number values. Currently, Characteristic default value is based upon minValue. Once setProps is called...

**Describe Your Problem:** First of all, I'm not sure if I selected the correct issue type for my request. Sorry if this causes confusion. This is neither a bug, nor...

enhancement
vision

This is a follow-up to an off-topic discussion originally started in https://github.com/KhaosT/HAP-NodeJS/issues/586 concerning transitioning node-persist from the legacy version to a more modern version. The issue with doing so as...

enhancement
discussion
long running

## :recycle: Current situation Currently, a lot of parts of the HAP-NodeJS library are lacking test cases and consequentially the test coverage of the project is pretty low. This reduces...

feature