get_product_info
Fetch product code, firmware compatibility, hardware version, serial number, and unique ID for a motor to ensure firmware upgrade compatibility.
Instructions
Get product information [Firmware command "Get product info", group: Device Management.] Returns:
productCode: The product code / model number (when doing a firmware upgrade, this must match between the firmware file and the target device).
firmwareCompatibility: A firmware compatibility code (when doing a firmware upgrade, this must match between the firmware file and the target device).
hardwareVersion: The hardware version stored as 3 bytes. The first byte is the patch version, followed by the minor and major versions.
serialNumber: The serial number.
uniqueId: The unique ID for the product.
reserved: Not currently used. motor: an alias number (e.g. 88), a 16-hex-digit unique ID (e.g. "0123456789ABCDEF"), or "all" to broadcast to every motor on the bus (broadcasts get no responses back).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| motor | Yes |