Signal LEDs
Control the device's signal LEDs.
- Trigger data - The model data that will trigger (start) this automation.
Commands
Properties
Enable
Enable this automation.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config network cellular signal led enable
Label
The label used to describe and locate this automation.
- Data type: string
- Default:
Signal strength LEDs - Configuration
- Optional
CLI: (cli)> config network cellular signal led label
Running
The run status of this automation.
| Option | Label |
|---|---|
true | Running |
false | Not running |
- Data type: boolean
- Status
CLI: (cli)> show network cellular signal led running
Error
The error associated with the recent failed run.
- Data type: string
- Status
CLI: (cli)> show network cellular signal led error
Script
The javascript automation source.
- Data type: string
- Default: `const platform = await import('@dryjs/platform');
const level = data;
for (let i = 1; i <= 5; i++) {
await platform.setLED(signal${i}, level >= i);
}
`
- Configuration
- Required
CLI: (cli)> config network cellular signal led script
Run schedule
Run the automation action on a schedule.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config network cellular signal led schedule
Run on start
Run the automation action immediately after boot up or the automation is added.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config network cellular signal led run-on-start
