{"id":16760407,"url":"https://github.com/roccomuso/iot-433mhz-client","last_synced_at":"2026-04-19T14:34:47.081Z","repository":{"id":66271783,"uuid":"78550866","full_name":"roccomuso/iot-433mhz-client","owner":"roccomuso","description":":video_game: CLI tool for the iot-433mhz system.","archived":false,"fork":false,"pushed_at":"2017-01-15T01:01:24.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T12:05:13.586Z","etag":null,"topics":["cli","client","iot","iot433mhz","module","node","rf"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roccomuso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-01-10T16:17:23.000Z","updated_at":"2017-01-11T11:41:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"0af2e267-c95b-441c-8ba7-aa473b57f5fc","html_url":"https://github.com/roccomuso/iot-433mhz-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roccomuso/iot-433mhz-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fiot-433mhz-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fiot-433mhz-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fiot-433mhz-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fiot-433mhz-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roccomuso","download_url":"https://codeload.github.com/roccomuso/iot-433mhz-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fiot-433mhz-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["cli","client","iot","iot433mhz","module","node","rf"],"created_at":"2024-10-13T04:23:24.638Z","updated_at":"2026-04-19T14:34:47.056Z","avatar_url":"https://github.com/roccomuso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iot-433mhz-client\n:video_game: CLI tool for the [iot-433mhz](https://github.com/roccomuso/iot-433mhz) system.\n\n\n[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\n# Install\n\n    $ npm install -g iot-433mhz-client\n\nor\n\n    $ npm install --save iot-433mhz-client\n\n## Debug\n\nUsing [debug](https://github.com/visionmedia/debug) module, just set an env var before execution:\n\n    $ DEBUG=iot-433mhz-client:*\n\n# Standalone Usage\n\nAfter a global install launch it with:\n\n    $ iot\n\nIf launched for the first time, you'll be redirected to the configuration step.\n\n\n\n# Embedded\n\nThe **iot-433mhz-client** module can be embedded and used as node module.\n\n```JavaScript\nconst IotClient = require('iot-433mhz-client');\n\nvar iot = new IotClient({\n  host: '',\n  port: 8080,\n  user: 'root',\n  pass: 'root'\n});\n\niot.getCardsList({type: 'alarm'}).then(function(o){\n  console.log(o)\n}, function(err){\n  console.log(err)\n})\n\niot.getCard('card-name').then(function(card){\n  console.log(card)\n}, function(err){\n  console.error(err)\n})\n\niot.toggleSwitch('card-name').then(function(o){\n  console.log(o)\n}, function(err){\n  console.error(err)\n})\n\niot.setSwitch('card-name', false).then(function(o){\n  console.log(o)\n}, function(err){\n  console.error(err)\n})\n\niot.getAlarmStatus('card-name').then(function(o){\n  console.log(o) // { ... }\n}, function(err){\n  console.error(err)\n})\n\n```\n\n## API\n\n\n\n\n# Author\n\nRocco Musolino - @roccomuso\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fiot-433mhz-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froccomuso%2Fiot-433mhz-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fiot-433mhz-client/lists"}