UNPKG

iobroker.fb-checkpresence

Version:

The adapter checks the presence of family members over the fritzbox. You must fill in the name of the family member and the mac-address of the used device. The comment is optional and you can enable or disable the family member. The datapoint based on the

82 lines (81 loc) 2.73 kB
{ "name": "iobroker.fb-checkpresence", "version": "1.3.1", "description": "The adapter checks the presence of family members over the fritzbox. You must fill in the name of the family member and the mac-address of the used device. The comment is optional and you can enable or disable the family member. The datapoint based on the member name.", "author": { "name": "Achim Fürhoff", "email": "achim.fuerhoff@outlook.de" }, "homepage": "https://github.com/afuerhoff/ioBroker.fb-checkpresence", "license": "MIT", "keywords": [ "ioBroker", "presence", "family", "tr064", "fritz.box", "fritzbox" ], "repository": { "type": "git", "url": "https://github.com/afuerhoff/ioBroker.fb-checkpresence" }, "dependencies": { "@iobroker/adapter-core": "^3.2.3", "axios": "^1.8.1", "qr-image": "^3.2.0", "xml2js": "^0.6.2" }, "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-iobroker": "^3.7.2", "@alcalzone/release-script-plugin-license": "^3.7.0", "@alcalzone/release-script-plugin-manual-review": "^3.7.0", "@iobroker/adapter-dev": "^1.4.0", "@iobroker/eslint-config": "^1.0.0", "@iobroker/testing": "^5.0.3", "@types/chai": "^4.3.20", "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.10", "@types/node": "^20.17.19", "@types/proxyquire": "^1.3.31", "@types/qr-image": "^3.2.9", "@types/xml2js": "^0.4.14", "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "mocha": "^10.8.2", "proxyquire": "^2.1.3", "typescript": "^5.7.3" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "www/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint -c eslint.config.mjs ./lib/* ./main.js", "release": "release-script", "release-patch": "release-script patch --yes", "release-minor": "release-script minor --yes", "release-major": "release-script major --yes", "translate": "translate-adapter", "devserver:debug": "dev-server debug --wait" }, "bugs": { "url": "https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues" }, "readmeFilename": "README.md", "engines": { "node": ">=18" } }