generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support VR ipx800V4 + poll interval + url force refresh (#1)
* begin get vr pos * add poll interval * add webhook handler * add install script * bugfix * fix * test * test * same * test * add more log * fix * add log * add log * add log * test * test * test * add log * typoi * test * fix * remove log * try * typo * remove log * add log * fix log * test * test * bugfix * test * test real time update position * typo * bugfix * test * same * test * add log * test * add log * bugfix * bugfix * bugfix * bugfix * test * test * test * test * test * test * improvement * improvement * update readme * improve chache restore * add more log * test * test * bugfix * test * add more log * test * test * add log * test * test * remove log * test * test * revert * remove const * add more config * test * test * fix * typo * add log * change log level * remove log * improve code * add name in place of model * Update gradual.ts * Update package.json * Update install.sh * Update install.sh * Update install.sh * Update install.sh * bugfix * bugfix * test * test * test * remove get (not usefull) * test * test verify result from ipx * bugfix * same * bugfix * test * test simulate error * typo debug log * bugfix * remove simulation of error * Update ipxV4.ts * add more log * Update ipxV4.ts * Update ipxV4.ts * typo * add more log * Update ipxV4.ts * test * test * bugfix * test * test * test * fix * typo * fix * test * test * test * add more log * add more delay * test * test * test * test * bugfix * test * same * test * test * test * test * typo * improvements * test * add log * reduce ipx call * test * test * test * test * fix * test * test * test * fix * typo * test * improve code * update readme * test * add verfiy on vr * test * bugfix * improve timming
- Loading branch information
Showing
17 changed files
with
364 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
git pull | ||
npm install | ||
npm run build | ||
npm link | ||
npm pack | ||
mv homebridge-ipx800-1.0.0.tgz /homebridge | ||
cd /homebridge | ||
npm install homebridge-ipx800-1.0.0.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.