Skip to content

Commit

Permalink
Merge branch 'latest' into esm-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 22, 2024
2 parents 70c1996 + 1538265 commit 1c19925
Show file tree
Hide file tree
Showing 6 changed files with 1,677 additions and 880 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.

- Updated dependencies, regenerate HAP types

## v2.0.4 (2024-11-07)

### Changed

- Added public method destroy, to be used for testing
- Update public method monitorCharacteristics to allow passing of a filtered services array.

## v2.0.2 (2024-08-31)

### Changed
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@

</span>

A typescript based client for an insecure HAP-NodeJS instance. Used to access and control homebridge exposed accessories and devices.
A client for an insecure HAP-NodeJS instance. Provides a Typescript based interface based on the homekit accessory protocol, allowing the creation of clients able to connect to and control Homebridge devices.

# Dependant Applications

- homebridge-config-ui-x
- homebridge-gsh
- [NPM Dependants](https://www.npmjs.com/package/@homebridge/hap-client?activeTab=dependents)

## Credits

Expand Down
Loading

0 comments on commit 1c19925

Please sign in to comment.