On 11/12/2020 13:11, Jo-Philipp Wich wrote:
Hi,

This is significantly faster.

great work! I like it :)

Minor nitpick below.



[...]
-var callLuciDSLStatus = rpc.declare({
-       object: 'luci-rpc',
-       method: 'getDSLStatus',
+var call_dsl_metrics = rpc.declare({
+       object: 'dsl',
+       method: 'metrics',
        expect: { '': {} }
  });

Please keep the camel case notation to align with the other RPC method
declarations in the tree, so `s/call_dsl_metrics/callDSLMetrics/g`

Alright, fixed locally!

Thanks,
Andre

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to