Create objects using provisions

Marco Marino marino.mrc at gmail.com
Thu Jun 8 05:14:12 EDT 2017


Hi, I'm trying to create objects through the tr069 server.
I created a provision like this:
declare(
  "InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.*",
  null, {path: 1});

And it creates the VoiceProfile.1 without problems.

Now I need to create
InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1
and
InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.2

Should I use a new declare in the same provision script? Should I use a
declare like:

declare(
  "InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.*",
  null, {path: 2});   <----is this correct????


Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170608/6aa1d384/attachment.html>


More information about the Users mailing list