diff --git a/docs/reference.md b/docs/reference.md index 575fa4f..0d18ce3 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -1520,7 +1520,7 @@ Network status. ## convertInterfaceAddress -[src/network-device.js:42-49][320] +[src/network-device.js:58-65][320] Converts a given interface IP address into a string @@ -1532,7 +1532,7 @@ Returns **[string][200]** address in ${ip}/${prefixLength} format ## convertIpv4Address -[src/network-device.js:57-63][321] +[src/network-device.js:73-79][321] Converts an IPv4 to a string @@ -1544,7 +1544,7 @@ Returns **[string][200]** address in dotted-decimal format ## convertIpv6Address -[src/network-device.js:71-77][322] +[src/network-device.js:87-93][322] Converts an IPv6 to a string @@ -1556,7 +1556,7 @@ Returns **[string][200]** address in colon-separated format ## NetworkDevice -[src/network-device.js:87-206][323] +[src/network-device.js:103-254][323] Network device. @@ -2139,292 +2139,292 @@ Type: [Object][210] [197]: #properties -[198]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cellular-device.js#L12-L54 "Source code on GitHub" +[198]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cellular-device.js#L12-L54 "Source code on GitHub" -[199]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L12-L21 "Source code on GitHub" +[199]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L12-L21 "Source code on GitHub" [200]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String -[201]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L14-L14 "Source code on GitHub" +[201]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L14-L14 "Source code on GitHub" -[202]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L16-L16 "Source code on GitHub" +[202]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L16-L16 "Source code on GitHub" -[203]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L18-L18 "Source code on GitHub" +[203]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L18-L18 "Source code on GitHub" -[204]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L20-L20 "Source code on GitHub" +[204]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L20-L20 "Source code on GitHub" -[205]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L28-L33 "Source code on GitHub" +[205]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L28-L33 "Source code on GitHub" -[206]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L30-L30 "Source code on GitHub" +[206]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L30-L30 "Source code on GitHub" -[207]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L32-L32 "Source code on GitHub" +[207]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L32-L32 "Source code on GitHub" -[208]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/cloud-device.js#L43-L379 "Source code on GitHub" +[208]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/cloud-device.js#L43-L379 "Source code on GitHub" -[209]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/config.js#L23-L25 "Source code on GitHub" +[209]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/config.js#L23-L25 "Source code on GitHub" [210]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object [211]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number -[212]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L57-L60 "Source code on GitHub" +[212]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L57-L60 "Source code on GitHub" [213]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function -[214]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L59-L59 "Source code on GitHub" +[214]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L59-L59 "Source code on GitHub" -[215]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L85-L738 "Source code on GitHub" +[215]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L85-L738 "Source code on GitHub" -[216]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L117-L169 "Source code on GitHub" +[216]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L117-L169 "Source code on GitHub" [217]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise -[218]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L181-L210 "Source code on GitHub" +[218]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L181-L210 "Source code on GitHub" [219]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean -[220]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L226-L276 "Source code on GitHub" +[220]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L226-L276 "Source code on GitHub" [221]: https://nodejs.org/api/buffer.html -[222]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L285-L290 "Source code on GitHub" +[222]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L285-L290 "Source code on GitHub" -[223]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L295-L297 "Source code on GitHub" +[223]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L295-L297 "Source code on GitHub" -[224]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L304-L306 "Source code on GitHub" +[224]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L304-L306 "Source code on GitHub" -[225]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L313-L315 "Source code on GitHub" +[225]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L313-L315 "Source code on GitHub" -[226]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L320-L322 "Source code on GitHub" +[226]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L320-L322 "Source code on GitHub" -[227]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L327-L329 "Source code on GitHub" +[227]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L327-L329 "Source code on GitHub" -[228]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L334-L336 "Source code on GitHub" +[228]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L334-L336 "Source code on GitHub" -[229]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L341-L343 "Source code on GitHub" +[229]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L341-L343 "Source code on GitHub" -[230]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L348-L350 "Source code on GitHub" +[230]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L348-L350 "Source code on GitHub" -[231]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L355-L357 "Source code on GitHub" +[231]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L355-L357 "Source code on GitHub" -[232]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device-base.js#L362-L364 "Source code on GitHub" +[232]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device-base.js#L362-L364 "Source code on GitHub" -[233]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L13-L13 "Source code on GitHub" +[233]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L13-L13 "Source code on GitHub" -[234]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L15-L15 "Source code on GitHub" +[234]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L15-L15 "Source code on GitHub" -[235]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L17-L17 "Source code on GitHub" +[235]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L17-L17 "Source code on GitHub" -[236]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L19-L19 "Source code on GitHub" +[236]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L19-L19 "Source code on GitHub" -[237]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L21-L21 "Source code on GitHub" +[237]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L21-L21 "Source code on GitHub" -[238]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L23-L23 "Source code on GitHub" +[238]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L23-L23 "Source code on GitHub" -[239]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L31-L42 "Source code on GitHub" +[239]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L31-L42 "Source code on GitHub" -[240]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L49-L54 "Source code on GitHub" +[240]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L49-L54 "Source code on GitHub" -[241]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L73-L84 "Source code on GitHub" +[241]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L73-L84 "Source code on GitHub" -[242]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L91-L96 "Source code on GitHub" +[242]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L91-L96 "Source code on GitHub" -[243]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L93-L93 "Source code on GitHub" +[243]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L93-L93 "Source code on GitHub" -[244]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L95-L95 "Source code on GitHub" +[244]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L95-L95 "Source code on GitHub" -[245]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L103-L116 "Source code on GitHub" +[245]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L103-L116 "Source code on GitHub" -[246]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L105-L105 "Source code on GitHub" +[246]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L105-L105 "Source code on GitHub" -[247]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L107-L107 "Source code on GitHub" +[247]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L107-L107 "Source code on GitHub" -[248]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L109-L109 "Source code on GitHub" +[248]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L109-L109 "Source code on GitHub" -[249]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L111-L111 "Source code on GitHub" +[249]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L111-L111 "Source code on GitHub" -[250]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L113-L113 "Source code on GitHub" +[250]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L113-L113 "Source code on GitHub" -[251]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L115-L115 "Source code on GitHub" +[251]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L115-L115 "Source code on GitHub" -[252]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L165-L1091 "Source code on GitHub" +[252]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L165-L1091 "Source code on GitHub" -[253]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L177-L184 "Source code on GitHub" +[253]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L177-L184 "Source code on GitHub" -[254]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L204-L218 "Source code on GitHub" +[254]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L204-L218 "Source code on GitHub" [255]: #devicebaseclose -[256]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L234-L236 "Source code on GitHub" +[256]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L234-L236 "Source code on GitHub" -[257]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L255-L277 "Source code on GitHub" +[257]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L255-L277 "Source code on GitHub" -[258]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L294-L296 "Source code on GitHub" +[258]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L294-L296 "Source code on GitHub" -[259]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L309-L333 "Source code on GitHub" +[259]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L309-L333 "Source code on GitHub" -[260]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L346-L348 "Source code on GitHub" +[260]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L346-L348 "Source code on GitHub" -[261]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L361-L364 "Source code on GitHub" +[261]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L361-L364 "Source code on GitHub" [262]: #devicemode -[263]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L377-L379 "Source code on GitHub" +[263]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L377-L379 "Source code on GitHub" -[264]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L392-L394 "Source code on GitHub" +[264]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L392-L394 "Source code on GitHub" -[265]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L409-L436 "Source code on GitHub" +[265]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L409-L436 "Source code on GitHub" -[266]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L451-L465 "Source code on GitHub" +[266]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L451-L465 "Source code on GitHub" -[267]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L476-L501 "Source code on GitHub" +[267]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L476-L501 "Source code on GitHub" [268]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array -[269]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L514-L575 "Source code on GitHub" +[269]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L514-L575 "Source code on GitHub" -[270]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L588-L590 "Source code on GitHub" +[270]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L588-L590 "Source code on GitHub" -[271]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L604-L611 "Source code on GitHub" +[271]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L604-L611 "Source code on GitHub" -[272]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L624-L635 "Source code on GitHub" +[272]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L624-L635 "Source code on GitHub" -[273]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L650-L657 "Source code on GitHub" +[273]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L650-L657 "Source code on GitHub" -[274]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L672-L679 "Source code on GitHub" +[274]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L672-L679 "Source code on GitHub" -[275]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L692-L699 "Source code on GitHub" +[275]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L692-L699 "Source code on GitHub" -[276]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L714-L721 "Source code on GitHub" +[276]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L714-L721 "Source code on GitHub" -[277]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L736-L743 "Source code on GitHub" +[277]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L736-L743 "Source code on GitHub" -[278]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L756-L763 "Source code on GitHub" +[278]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L756-L763 "Source code on GitHub" -[279]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L776-L783 "Source code on GitHub" +[279]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L776-L783 "Source code on GitHub" -[280]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L800-L855 "Source code on GitHub" +[280]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L800-L855 "Source code on GitHub" -[281]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L867-L869 "Source code on GitHub" +[281]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L867-L869 "Source code on GitHub" -[282]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L879-L884 "Source code on GitHub" +[282]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L879-L884 "Source code on GitHub" -[283]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.js#L894-L917 "Source code on GitHub" +[283]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.js#L894-L917 "Source code on GitHub" [284]: #requesterror -[285]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/device.test.js#L6-L6 "Source code on GitHub" +[285]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/device.test.js#L6-L6 "Source code on GitHub" -[286]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device-legacy.js#L6-L6 "Source code on GitHub" +[286]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device-legacy.js#L6-L6 "Source code on GitHub" -[287]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L26-L31 "Source code on GitHub" +[287]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L26-L31 "Source code on GitHub" -[288]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L129-L135 "Source code on GitHub" +[288]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L129-L135 "Source code on GitHub" -[289]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L166-L173 "Source code on GitHub" +[289]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L166-L173 "Source code on GitHub" -[290]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L180-L184 "Source code on GitHub" +[290]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L180-L184 "Source code on GitHub" -[291]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L191-L202 "Source code on GitHub" +[291]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L191-L202 "Source code on GitHub" -[292]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L210-L245 "Source code on GitHub" +[292]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L210-L245 "Source code on GitHub" -[293]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L258-L329 "Source code on GitHub" +[293]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L258-L329 "Source code on GitHub" -[294]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L365-L373 "Source code on GitHub" +[294]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L365-L373 "Source code on GitHub" -[295]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L402-L438 "Source code on GitHub" +[295]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L402-L438 "Source code on GitHub" [296]: #dfuerror -[297]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L446-L462 "Source code on GitHub" +[297]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L446-L462 "Source code on GitHub" -[298]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L467-L475 "Source code on GitHub" +[298]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L467-L475 "Source code on GitHub" -[299]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L483-L525 "Source code on GitHub" +[299]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L483-L525 "Source code on GitHub" -[300]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L535-L569 "Source code on GitHub" +[300]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L535-L569 "Source code on GitHub" -[301]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L577-L589 "Source code on GitHub" +[301]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L577-L589 "Source code on GitHub" -[302]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L598-L609 "Source code on GitHub" +[302]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L598-L609 "Source code on GitHub" -[303]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L618-L629 "Source code on GitHub" +[303]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L618-L629 "Source code on GitHub" -[304]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/dfu.js#L639-L677 "Source code on GitHub" +[304]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/dfu.js#L639-L677 "Source code on GitHub" [305]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error -[306]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L4-L9 "Source code on GitHub" +[306]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L4-L9 "Source code on GitHub" -[307]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L14-L19 "Source code on GitHub" +[307]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L14-L19 "Source code on GitHub" -[308]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L24-L29 "Source code on GitHub" +[308]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L24-L29 "Source code on GitHub" -[309]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L34-L39 "Source code on GitHub" +[309]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L34-L39 "Source code on GitHub" -[310]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L44-L49 "Source code on GitHub" +[310]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L44-L49 "Source code on GitHub" -[311]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L54-L59 "Source code on GitHub" +[311]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L54-L59 "Source code on GitHub" -[312]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L64-L69 "Source code on GitHub" +[312]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L64-L69 "Source code on GitHub" -[313]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L74-L79 "Source code on GitHub" +[313]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L74-L79 "Source code on GitHub" -[314]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L84-L89 "Source code on GitHub" +[314]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L84-L89 "Source code on GitHub" -[315]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L94-L100 "Source code on GitHub" +[315]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L94-L100 "Source code on GitHub" -[316]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L105-L110 "Source code on GitHub" +[316]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L105-L110 "Source code on GitHub" -[317]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/error.js#L115-L121 "Source code on GitHub" +[317]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/error.js#L115-L121 "Source code on GitHub" -[318]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/gen3-device.js#L11-L31 "Source code on GitHub" +[318]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/gen3-device.js#L11-L31 "Source code on GitHub" -[319]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/network-device.js#L14-L17 "Source code on GitHub" +[319]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/network-device.js#L14-L17 "Source code on GitHub" -[320]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/network-device.js#L42-L49 "Source code on GitHub" +[320]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/network-device.js#L58-L65 "Source code on GitHub" -[321]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/network-device.js#L57-L63 "Source code on GitHub" +[321]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/network-device.js#L73-L79 "Source code on GitHub" -[322]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/network-device.js#L71-L77 "Source code on GitHub" +[322]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/network-device.js#L87-L93 "Source code on GitHub" -[323]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/network-device.js#L87-L206 "Source code on GitHub" +[323]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/network-device.js#L103-L254 "Source code on GitHub" -[324]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/particle-usb.js#L21-L23 "Source code on GitHub" +[324]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/particle-usb.js#L21-L23 "Source code on GitHub" [325]: #device -[326]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/particle-usb.js#L32-L34 "Source code on GitHub" +[326]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/particle-usb.js#L32-L34 "Source code on GitHub" [327]: #devicebaseopen -[328]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/particle-usb.js#L43-L45 "Source code on GitHub" +[328]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/particle-usb.js#L43-L45 "Source code on GitHub" -[329]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/protobuf-util.js#L11-L46 "Source code on GitHub" +[329]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/protobuf-util.js#L11-L46 "Source code on GitHub" -[330]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/protobuf-util.js#L134-L150 "Source code on GitHub" +[330]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/protobuf-util.js#L134-L150 "Source code on GitHub" -[331]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/result.js#L127-L130 "Source code on GitHub" +[331]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/result.js#L127-L130 "Source code on GitHub" -[332]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/result.js#L138-L140 "Source code on GitHub" +[332]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/result.js#L138-L140 "Source code on GitHub" -[333]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/set-device-prototype.js#L19-L39 "Source code on GitHub" +[333]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/set-device-prototype.js#L19-L39 "Source code on GitHub" -[334]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/set-device-prototype.js#L50-L62 "Source code on GitHub" +[334]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/set-device-prototype.js#L50-L62 "Source code on GitHub" -[335]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device-legacy.js#L13-L17 "Source code on GitHub" +[335]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device-legacy.js#L13-L17 "Source code on GitHub" -[336]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device-legacy.js#L22-L30 "Source code on GitHub" +[336]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device-legacy.js#L22-L30 "Source code on GitHub" -[337]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device-legacy.js#L35-L39 "Source code on GitHub" +[337]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device-legacy.js#L35-L39 "Source code on GitHub" -[338]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device-legacy.js#L44-L47 "Source code on GitHub" +[338]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device-legacy.js#L44-L47 "Source code on GitHub" -[339]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device-legacy.js#L88-L196 "Source code on GitHub" +[339]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device-legacy.js#L88-L196 "Source code on GitHub" -[340]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device.js#L12-L171 "Source code on GitHub" +[340]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device.js#L12-L171 "Source code on GitHub" -[341]: https://github.com/particle-iot/particle-usb/blob/ba279e17d2e7ebbc87b79319e2a008d3e81fd178/src/wifi-device.js#L113-L119 "Source code on GitHub" +[341]: https://github.com/particle-iot/particle-usb/blob/fe83f42425e57fcb78e0a3d98f38b33402af43ca/src/wifi-device.js#L113-L119 "Source code on GitHub" [342]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined diff --git a/package-lock.json b/package-lock.json index 2649c89..f4d67ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "particle-usb", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-usb", - "version": "2.7.0", + "version": "2.9.0", "license": "Apache-2.0", "dependencies": { "@particle/device-os-protobuf": "^2.4.2", diff --git a/package.json b/package.json index a05fe6a..185d4bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "particle-usb", - "version": "2.8.0", + "version": "2.9.0", "description": "A library for accessing Particle USB devices", "main": "src/particle-usb.js", "keywords": [