Skip to content

Commit dba16c3

Browse files
committed
ci(pre-commit): Add spaces between numbers and units
1 parent 5b03d61 commit dba16c3

File tree

3 files changed

+22
-22
lines changed
  • libraries/Zigbee/examples

3 files changed

+22
-22
lines changed

libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ Currently, this example supports the following targets.
1212
## AC Electrical Measurement Functions
1313

1414
* After this board first starts up, it would be configured locally to report AC electrical measurements:
15-
- AC voltage in volts (0-300.00V)
16-
- AC current in amps (0-10.000A)
17-
- AC power in watts (0-3200.0W)
18-
- AC frequency in hertz (0-65.000Hz)
15+
- AC voltage in volts (0-300.00 V)
16+
- AC current in amps (0-10.000 A)
17+
- AC power in watts (0-3200.0 W)
18+
- AC frequency in hertz (0-65.000 Hz)
1919
* Holding the button (BOOT) for more than 3 seconds will trigger a factory reset of the device.
2020
* The device reports measurements every 2 seconds with simulated values.
2121

2222
## Measurement Precision
2323

2424
The example demonstrates how to set up proper measurement precision using multiplier and divisor values:
25-
* Voltage: 1/100 = 0.01V (1 unit = 10mV)
26-
* Current: 1/1000 = 0.001A (1 unit = 1mA)
27-
* Power: 1/10 = 0.1W (1 unit = 100mW)
28-
* Frequency: 1/1000 = 0.001Hz (1 unit = 1mHz)
25+
* Voltage: 1/100 = 0.01 V (1 unit = 1 0mV)
26+
* Current: 1/1000 = 0.001 A (1 unit = 1 mA)
27+
* Power: 1/10 = 0.1 W (1 unit = 100 mW)
28+
* Frequency: 1/1000 = 0.001 Hz (1 unit = 1 mHz)
2929

3030
These settings ensure accurate reporting of measurements with proper decimal precision in the Zigbee network.
3131

libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ Currently, this example supports the following targets.
1212
## AC Electrical Measurement Functions
1313

1414
* After this board first starts up, it would be configured locally to report AC electrical measurements:
15-
- AC voltage in volts (0-300.00V) for each phase (A, B, C)
16-
- AC current in amps (0-10.000A) for each phase (A, B, C)
17-
- AC power in watts (0-3200.0W) for each phase (A, B, C)
18-
- AC frequency in hertz (0-65.000Hz) shared across all phases
15+
- AC voltage in volts (0-300.00 V) for each phase (A, B, C)
16+
- AC current in amps (0-10.000 A) for each phase (A, B, C)
17+
- AC power in watts (0-3200.0 W) for each phase (A, B, C)
18+
- AC frequency in hertz (0-65.000 Hz) shared across all phases
1919
* Holding the button (BOOT) for more than 3 seconds will trigger a factory reset of the device.
2020
* The device reports measurements every 2 seconds with simulated values.
2121

2222
## Measurement Precision
2323

2424
The example demonstrates how to set up proper measurement precision using multiplier and divisor values:
25-
* Voltage: 1/100 = 0.01V (1 unit = 10mV)
26-
* Current: 1/1000 = 0.001A (1 unit = 1mA)
27-
* Power: 1/10 = 0.1W (1 unit = 100mW)
28-
* Frequency: 1/1000 = 0.001Hz (1 unit = 1mHz)
25+
* Voltage: 1/100 = 0.01 V (1 unit = 10 mV)
26+
* Current: 1/1000 = 0.001 A (1 unit = 1 mA)
27+
* Power: 1/10 = 0.1 W (1 unit = 100 mW)
28+
* Frequency: 1/1000 = 0.001 Hz (1 unit = 1 mHz)
2929

3030
These settings ensure accurate reporting of measurements with proper decimal precision in the Zigbee network.
3131

libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Currently, this example supports the following targets.
1212
## DC Electrical Measurement Functions
1313

1414
* After this board first starts up, it would be configured locally to report DC electrical measurements:
15-
- DC voltage in millivolts (0-5000mV)
16-
- DC current in milliamps (0-1000mA)
17-
- DC power in milliwatts (0-5000mW)
15+
- DC voltage in millivolts (0-5000 mV)
16+
- DC current in milliamps (0-1000 mA)
17+
- DC power in milliwatts (0-5000 mW)
1818
* Holding the button (BOOT) for more than 3 seconds will trigger a factory reset of the device.
1919
* The device reports measurements every 30 seconds if the value changes by more than the configured delta.
2020

2121
## Measurement Precision
2222

2323
The example demonstrates how to set up proper measurement precision using multiplier and divisor values:
24-
* Voltage: 1/1000 = 0.001V (1 unit = 1mV)
25-
* Current: 1/1000 = 0.001A (1 unit = 1mA)
26-
* Power: 1/1000 = 0.001W (1 unit = 1mW)
24+
* Voltage: 1/1000 = 0.001 V (1 unit = 1 mV)
25+
* Current: 1/1000 = 0.001 A (1 unit = 1 mA)
26+
* Power: 1/1000 = 0.001 W (1 unit = 1 mW)
2727

2828
These settings ensure accurate reporting of measurements with proper decimal precision in the Zigbee network.
2929

0 commit comments

Comments
 (0)