Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarmer08 committed Feb 20, 2024
1 parent c0c72bb commit c33e2d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ After you have done that if you feel like my work has been valuable to you I wel

## Releases

### v0.5.45
- Increase Wyze-api Verison 1.0.7
- Update Logging

### v0.5.44
- Increase Wyze-api Version 1.0.5

Expand Down
2 changes: 2 additions & 0 deletions configSample.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"apiKey": "apiKey",
"refreshInterval": 20000,
"entryExitDelay": 30,
"apiLogEnabled": true,
"pluginLoggingEnabled": true,
"showAdvancedOptions": true,
"excludeMacAddress": false,
"excludedeviceType": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-wyze-smart-home",
"version": "0.5.44",
"version": "0.5.45",
"description": "Wyze Smart Home plugin for Homebridge",
"license": "MIT",
"main": "src/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"urllib": "3.18.0",
"querystring": "0.2.1",
"inherits": "2.0.4",
"wyze-api": "1.1.5"
"wyze-api": "1.1.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2366,10 +2366,10 @@ wrappy@1:
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==

[email protected].5:
version "1.1.5"
resolved "https://registry.npmjs.org/wyze-api/-/wyze-api-1.1.5.tgz"
integrity sha512-tg7QxAcA5XuVorOSWDu+W9HGeArRHKwHuSw11kZkheos4g3TouHtLggpI9Ia6ajOnLyv85zb5eyhO2vlMVwBXA==
[email protected].7:
version "1.1.7"
resolved "https://registry.npmjs.org/wyze-api/-/wyze-api-1.1.7.tgz"
integrity sha512-iay3OIgyx5zVpQMmKDXrwdbeec5srK6x1Ia3w2hkAYstpVKlAncI/yU27CDjgyd+uiDtXezPuD4Y3NDa5K050g==
dependencies:
"@ptkdev/logger" "1.8.0"
axios "1.5.0"
Expand Down

0 comments on commit c33e2d0

Please sign in to comment.