<div dir="ltr"><div>Try something like this:</div><div><br></div>let foo = declare("<span style="font-size:12.8px">Device.DHCPv4.Server.Pool.[Alias:test123].</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">StaticAddress", {path: Date.now()});</span><div><br></div><div>if (foo.size) {</div><div>  let static = foo.value[0];</div><div>}</div><div><br style="font-size:12.8px"></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 27, 2017 at 1:31 AM, pmjawor <span dir="ltr"><<a href="mailto:pmjawor@gmail.com" target="_blank">pmjawor@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br><br>I have a question related "alias based addressing" from TR069 spec.<br><br>So for example I would like to get following object:<br>Device.DHCPv4.Server.Pool.1.<wbr>StaticAddress<br>but instead of "1" I would like to use alias definied in Device.DHCPv4.Server.Pool.1.<wbr>Alias._value, here it is "test123". So I would like to make query using following path:<br>Device.DHCPv4.Server.Pool.[<wbr>test123].StaticAddress<br><br>Second problem is that in genie web UI on device list I only see date of last refresh, see attachment. There is no MAC (it is set for all devices) and other data on that list.<br><br>Best regards,<br>Peter Jaworski<br>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>