homekit: audio detection

This commit is contained in:
Koushik Dutta
2021-09-02 22:01:06 -07:00
parent bb280779d5
commit dbe79db2e9
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/homekit",
"version": "0.0.17",
"version": "0.0.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/homekit",
"version": "0.0.17",
"version": "0.0.18",
"dependencies": {
"axios": "^0.21.1",
"hap-nodejs": "file:../HAP-NodeJS",

View File

@@ -36,5 +36,5 @@
"@types/node": "^14.17.9",
"@types/url-parse": "^1.4.3"
},
"version": "0.0.17"
"version": "0.0.18"
}

View File

@@ -40,7 +40,7 @@ export class CameraMixin extends SettingsMixinDeviceBase<VideoCamera & Settings>
key: 'detectAudio',
type: 'boolean',
value: (this.storage.getItem('detectAudio') === 'true').toString(),
description: 'Send audio activity to HomeKit as motion events to trigger camera notifications and recordings.',
description: 'Trigger HomeKit Secure Video recording on audio activity.',
});
}