All notable changes to @homebridge/hap-client
will be documented in this file. This project tries to adhere to Semantic Versioning.
- updated dependencies
- Added refresh of 'values' field when refreshServiceCharacteristics or getCharacteristic is used
- Added new setCharacteristic option, setCharacteristicByType which finds characteristic by type for setting.
- Added new getResource request to retrieve snapshot images from camera's
- Minor tweak to serviceName, and if the name is blank, use the name value from Accessory Information
- Fixed issue of error handler triggering an error when attempting to connect to a homebridge instance that is down
- Added restart of monitor when client connections close
- Added console logging if a logger is not provided
- Added public method destroy, to be used for testing
- Update public method monitorCharacteristics to allow passing of a filtered services array.
- updated dependencies
- updated dev dependencies
- HAP-NodeJS v1.0.0 is included in this release. In v1.0.0 we have removed old deprecated code.
- Some examples can be found on the HAP-NodeJS v1.0.0 Release Notes.
- update dependencies (
axios
) - update dev dependencies
- update dependencies (
hap-nodejs
)
- update dev dependencies
- create CHANGELOG file
- update LICENSE to standardise with other hb repos
- update README to standardise with other hb repos
- update dependencies
- Publish as
@homebridge/hap-client
(#9)