bb-eco firmware status
Show the current firmware version and any available update for a device
Usage
bb-eco firmware status <device> [options]
Arguments
| Name | Description |
|---|---|
<device> | IP address, MAC address, or device name |
Options
| Option | Description |
|---|---|
--csv | Output in CSV format |
--json | Output in JSON format |
--timeout <timeout> | Override default timeout in milliseconds |
--verbose | Enable verbose/debug output |
-?, -h, --help | Show help and usage information |
Examples
Check whether a device is on the latest firmware for its model:
bb-eco firmware status 192.168.0.63
Model: ED-549
Current Version: 8.25
Update Available: No
Works the same for every family — an ES-522 Ethernet-to-Serial device:
bb-eco firmware status 192.168.2.97
Model: ES-522
Current Version: 4.69
Update Available: No
When an update exists, the output names the available version; bb-eco upgrade then downloads and installs it.
This page is auto-generated from the live CLI help text. Do not edit by hand - re-run node scripts/gen-cli-reference.mjs after changes. Example sections are maintained in docs/cli-examples/ in the bb-eco repo.