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

76 lines (75 loc) 2.55 kB
{ "name": "iobroker.fb-checkpresence", "version": "1.4.2", "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.3.2", "axios": "^1.12.2", "qr-image": "^3.2.0", "xml2js": "^0.6.2" }, "devDependencies": { "@alcalzone/release-script": "^4.0.0", "@alcalzone/release-script-plugin-iobroker": "^4.0.0", "@alcalzone/release-script-plugin-license": "^4.0.0", "@alcalzone/release-script-plugin-manual-review": "^4.0.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.1.1", "@types/node": "^22.18.10", "@types/proxyquire": "^1.3.31", "@types/qr-image": "^3.2.9", "@types/xml2js": "^0.4.14", "proxyquire": "^2.1.3", "typescript": "^5.9.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": ">=20" } }