So it looks like I forgot to include this line in provisioning script:
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.*",
null, {path: 1});This ensures that there is 1 WANPPPConnection instance. Put it before the line that sets the un/pw. On Fri, Jun 16, 2017 at 1:50 AM, guifipedro <[email protected]> wrote: > Thanks Dan > > https://github.com/guifi-exo/start-microisp/#apidatabase-way > > On Wed, Jun 14, 2017 at 9:38 PM, Dan Morphis <[email protected]> wrote: > > Those scripts/code is licensed under WTFPL :) > > > > On Wed, Jun 14, 2017 at 7:11 AM, guifipedro <[email protected]> > wrote: > >> > >> Hi Dan, > >> > >> I appreciated a LOT your response. > >> > >> That way you pointed out worked perfectly. > >> > >> By the way, we won't use API service at the moment. Alternatively, we > >> will "generate code" in the javascript file (database/service in a > >> file). I will document it in a github repository because I have to do > >> the knowledge transfer publicly. > >> > >> Can you specify the licensing details of the code you provided? > >> > >> Thanks, > >> Pedro > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
