Skip to content

Commit 9e05d55

Browse files
dcjclaude
andcommitted
examples/README: fix pre-existing markdownlint nits (MD031/MD032)
Formatting-only: add the required blank lines around fenced code blocks and lists. No content change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 389aaac commit 9e05d55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ Envelope fields: `power-limit` (integer W) and/or `apparent-power-limit` (intege
5151
SPAN Panel controller with mDNS discovery. Connects via MQTTS and monitors power flow properties.
5252

5353
Requires the `mdns` extra:
54+
5455
```bash
5556
pip install ebus-sdk[mdns]
5657
```
5758

5859
**Basic usage (requires password):**
60+
5961
```bash
6062
./simple-span-controller <serial-number> <password>
6163
./simple-span-controller <serial-number> <password> --broker-host 192.168.1.100
@@ -77,6 +79,7 @@ export PYTHONPATH=$PYTHONPATH:/path/to/SPAN-API-Client-Docs/lib
7779
```
7880

7981
When SPAN-API utilities are available:
82+
8083
- Password is retrieved from `~/.span-auth.json` if not provided on command line
8184
- CA certificate is fetched/cached in `~/.span-ca-certs/` for secure TLS verification
8285
- Use `--insecure` to skip certificate verification even when CA cert is available
@@ -136,6 +139,7 @@ For MQTTS with CA certificate verification (secure mode):
136139
```
137140

138141
**TLS Options:**
142+
139143
- `use_tls`: Enable TLS/SSL connection (required for port 8883)
140144
- `tls_ca_cert`: Path to CA certificate file for server verification
141145
- `tls_ca_data`: CA certificate content as PEM string or DER bytes (alternative to file)

0 commit comments

Comments
 (0)