{"id":16397315,"url":"https://github.com/foxriver76/node-loqed-api","last_synced_at":"2026-06-10T23:31:54.524Z","repository":{"id":58922834,"uuid":"534156064","full_name":"foxriver76/node-loqed-api","owner":"foxriver76","description":"API to control LOQED smart locks entirely written in TypeScript.","archived":false,"fork":false,"pushed_at":"2023-08-17T06:04:53.000Z","size":411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T23:30:13.071Z","etag":null,"topics":["loqed","smarthome","smarthome-api","smartlock","typescript","typescript-library"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxriver76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"foxriver76","custom":"https://www.paypal.me/foxriver76"}},"created_at":"2022-09-08T10:14:07.000Z","updated_at":"2022-09-11T09:33:46.000Z","dependencies_parsed_at":"2024-10-24T09:38:18.223Z","dependency_job_id":"e708e143-9783-4c39-9700-f7a5d778ab33","html_url":"https://github.com/foxriver76/node-loqed-api","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"9abb1bded46372d0e9d9a8b2c5409b5be112b754"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foxriver76/node-loqed-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-loqed-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-loqed-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-loqed-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-loqed-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxriver76","download_url":"https://codeload.github.com/foxriver76/node-loqed-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxriver76%2Fnode-loqed-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34175887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["loqed","smarthome","smarthome-api","smartlock","typescript","typescript-library"],"created_at":"2024-10-11T05:09:48.780Z","updated_at":"2026-06-10T23:31:54.507Z","avatar_url":"https://github.com/foxriver76.png","language":"TypeScript","funding_links":["https://github.com/sponsors/foxriver76","https://www.paypal.me/foxriver76"],"categories":[],"sub_categories":[],"readme":"# Node LOQED-API\n[![NPM version](http://img.shields.io/npm/v/loqed-api.svg)](https://www.npmjs.com/package/loqed-api)\n[![Downloads](https://img.shields.io/npm/dm/loqed-api.svg)](https://www.npmjs.com/package/loqed-api)\n\nA node module for controlling the smart locks from LOQED via the LOQED API entirely written in TypeScript.\n\n## Installation\n```npm install loqed-api --production```\n\n## Usage Example\nHave a look at the `examples` folder to get started.\n\n## Changelog\n### 2.0.1 (2023-08-17)\n* (foxriver76) added two missing go_to events\n\n### 2.0.0 (2023-08-09)\n* (foxriver76) also transmit the local key id on lock events\n* (foxriver76) updated dependencies\n* (foxriver76) API now emits objects to allow emitting multiple values in one event **(BREAKING CHANGE!)**\n\n### 1.2.2 (2023-08-07)\n* (foxriver76) improved types\n\n### 1.2.1 (2023-08-07)\n* (foxriver76) added missing event `GO_TO_STATE_TWIST_ASSIST_LATCH`\n\n### 1.2.0 (2023-07-30)\n* (foxriver76) added missing events `GO_TO_STATE_MANUAL_UNLOCK_BLE_OPEN`, `GO_TO_STATE_MANUAL_UNLOCK_VIA_OUTSIDE_MODULE_BUTTON` and `GO_TO_STATE_MANUAL_UNLOCK_VIA_OUTSIDE_MODULE_PIN`\n\n### 1.1.5 (2022-09-10)\n* (foxriver76) ported from cryptojs to node:crypto\n\n### 1.1.3 (2022-09-09)\n* (foxriver76) types for emitted events\n\n### 1.1.2 (2022-09-09)\n* (foxriver76) added additional events\n\n### 1.0.0 (2022-09-09)\n* (foxriver76) added webhook registration\n\n### 0.1.2 (2022-09-09)\n* (foxriver76) added new event\n\n### 0.1.1 (2022-09-09)\n* (foxriver76) implemented method to stop the webhook server\n\n### 0.1.0 (2022-09-09)\n* (foxriver76) initial release\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxriver76%2Fnode-loqed-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxriver76%2Fnode-loqed-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxriver76%2Fnode-loqed-api/lists"}