Closed keeramis closed 10 months ago
particle setup
particle serial claim
particle device doctor
The following serial commands are replaced.
m : Device's wifi mac address
m
i : Device identify
i
s: Device inspect
s
Run the following commands on devices with different platforms
npm start -- serial identify
npm start -- serial inspect
npm start -- serial mac
https://app.shortcut.com/particle/epic/124394
Device-OS : https://github.com/particle-iot/device-os/pull/2730 Device-os-protobuf : https://github.com/particle-iot/device-os-protobuf/pull/26 Particle-USB : https://github.com/particle-iot/device-os/pull/2730
TODOs
Description
This PR does the following
particle setup
particle serial claim
particle device doctor
Serial commands replaced with control requests
The following serial commands are replaced.
m
: Device's wifi mac addressi
: Device identifys
: Device inspectHow to Test
Run the following commands on devices with different platforms
npm start -- serial identify
npm start -- serial inspect
npm start -- serial mac
Related Issues / Discussions
https://app.shortcut.com/particle/epic/124394
Device-OS : https://github.com/particle-iot/device-os/pull/2730 Device-os-protobuf : https://github.com/particle-iot/device-os-protobuf/pull/26 Particle-USB : https://github.com/particle-iot/device-os/pull/2730
Completeness