[Commotion-admin] [luci-commotion] manual mesh config excludes 5ghz (#25)

Seamus Tuohy notifications at github.com
Thu Nov 21 20:54:37 UTC 2013


Yup! uci:get() will get you where you need to go. Your value uci is actually a call to a local version of the cursor object at . luci.model.uci.cursor() This means that when you call a function from that object you either need to use the syntax uci.get(self, "whatever", "whatever", "blah") or uci:get("whatever", "whatever", "blah") The colon is syntactic sugar that allows you to ignore adding the self.

---
Reply to this email directly or view it on GitHub:
https://github.com/opentechinstitute/luci-commotion/issues/25#issuecomment-29023419
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.chambana.net/pipermail/commotion-admin/attachments/20131121/4c4116fc/attachment.html>


More information about the Commotion-admin mailing list