Metadata-Version: 2.4
Name: span-panel-api-schema-1
Version: 0.1.0b2
Summary: Parent/child schema (data-model-version 1.x) parser for span-panel-api
Project-URL: Homepage, https://github.com/SpanPanel/span-panel-api
Project-URL: Issues, https://github.com/SpanPanel/span-panel-api/issues
Author: SpanPanel
License-Expression: MIT
Requires-Python: <4.0,>=3.10
Requires-Dist: ebus-sdk<1.0,>=0.18.0
Requires-Dist: span-panel-api<4.0,>=3.0.0b2
Description-Content-Type: text/markdown

# span-panel-api-schema-1

Parent/child schema parser (`data-model-version` 1.x, SPAN firmware r202633+) for [span-panel-api](https://github.com/SpanPanel/span-panel-api).

**Status: incomplete.** This distribution does not yet register a `schema_1` adapter, so installing it does not make a parent/child panel work. A 1.x panel still raises `SpanPanelAdapterMissingError` naming `schema_1`, which is the honest answer until the
parser can build a snapshot.

What exists today is `BridgeControllerTransport` — an `ebus_sdk.MqttControllerTransport` backed by span-panel-api's own MQTT connection, so the eBus SDK can parse the parent/child tree while the connection to the panel's broker stays ours.
