Expand description
Gateway-info model + the minimum-version gate (CORE-08).
Field names match the live 8.3.6 gateway exactly (captured
2026-08-21, 02-RESEARCH §Status/info + the gateway’s own openapi
schema): the version field is ignitionVersion — Phase 1’s version
name failed deserialization against every real gateway, fixed here
with an alias that tolerates any 8.3.x still shipping the old name.
state/uptime do NOT exist on this payload (running state and
uptime come from /overview + /StatusPing in 02-02) — the model
stays truthful to what the endpoint returns.
Structs§
- Gateway
Info /data/api/v1/gateway-inforesponse — field names match the gateway.- License
Info - License block of gateway-info (
license: {mode, expirationDate, …}).
Constants§
- MIN_
GATEWAY - Minimum gateway version
ignsupports (CORE-08). Appears in thegateway_too_oldenvelope and its hint.
Functions§
- below_
minimum - Is
rawbelowMIN_GATEWAY? Suffix- and short-form tolerant; unparseable →true— refuse safely rather than guess (CORE-08).