verified icon indicating copy to clipboard operation
verified copied to clipboard

homebridge-prosegur

Open juanelegomezc opened this issue 2 years ago • 6 comments

Link To GitHub Repo

https://github.com/juanelegomezc/homebridge-prosegur

Link To NPM Package

https://www.npmjs.com/package/homebridge-prosegur

juanelegomezc avatar Jul 18 '22 13:07 juanelegomezc

:white_check_mark: Pre-checks completed successfully.

github-actions[bot] avatar Jul 18 '22 13:07 github-actions[bot]

  • [x] - The plugin must successfully install.
  • [x] - The plugin must implement the Homebridge Plugin Settings GUI.
  • [x] - The plugin must not start unless it is configured.
  • [x] - The plugin must not execute post-install scripts that modify the user's system in any way.
  • [x] - The plugin must not contain any analytics or calls that enable you to track the user.
  • [x] - The plugin must not throw unhandled exceptions, the plugin must catch and log its own errors.
  • [x] - The plugin must be published to npm and the source code available on GitHub.
  • [x] - GitHub releases should be created for every new version of your plugin, with patch notes.
  • [x] - The plugin must run on all Active LTS versions of Node.js, at the time of writing this is Node.js v14 and v16.
  • [x] - The plugin must not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.
  • [x] - If the plugin needs to write files to disk (cache, keys, etc.), it must store them inside the Homebridge storage directory.

TypeError: Cannot read properties of undefined (reading 'origin')
    at ProsegurService.init (/usr/local/lib/node_modules/homebridge-prosegur/src/services/prosegur.service.ts:60:35)
    at new ProsegurPlatform (/usr/local/lib/node_modules/homebridge-prosegur/src/platforms/prosegur.platform.ts:32:30)
    at /usr/local/lib/node_modules/homebridge/src/server.ts:473:40
    at Array.forEach (<anonymous>)
    at Server.loadPlatforms (/usr/local/lib/node_modules/homebridge/src/server.ts:400:27)
    at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:176:29)

Comment /check to run checks again.

github-actions[bot] avatar Jul 18 '22 15:07 github-actions[bot]

/check

juanelegomezc avatar Jul 18 '22 16:07 juanelegomezc

:white_check_mark: Pre-checks completed successfully.

github-actions[bot] avatar Jul 18 '22 16:07 github-actions[bot]

Everything looks good now.

donavanbecker avatar Jul 19 '22 19:07 donavanbecker

Congratulations! Your plugin has been verified.

You can now add the Verified by Homebridge badge to your plugin's README:

verified-by-homebridge

[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)

Your plugin is now also eligible to display a :heart: Donate button on it's tile in the Homebridge UI. See https://github.com/oznu/homebridge-config-ui-x/wiki/Developers:-Donation-Links for instructions.

Thank you for your contribution to the Homebridge Community. https://homebridge.io

github-actions[bot] avatar Jul 19 '22 19:07 github-actions[bot]

Screenshot 2022-08-28 at 11 17 04 PM

donavanbecker avatar Aug 29 '22 04:08 donavanbecker