UNPKG

smartfritz

Version:

SmartHome for Fritz!Box and Dect!200 Node to communicate with AVM FritzBox over the aha-http-interface

11 lines (7 loc) 253 B
// session ID with URL object passing // normal URL: "fritz.box" is used var fritz = require('smartfritz'); var moreParam = { url:"192.168.178.1" }; fritz.getSessionID("user", "password", function(sid){ console.log(sid); }, moreParam);