Skip to main content

Module version

Module version 

Source
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§

GatewayInfo
/data/api/v1/gateway-info response — field names match the gateway.
LicenseInfo
License block of gateway-info (license: {mode, expirationDate, …}).

Constants§

MIN_GATEWAY
Minimum gateway version ign supports (CORE-08). Appears in the gateway_too_old envelope and its hint.

Functions§

below_minimum
Is raw below MIN_GATEWAY? Suffix- and short-form tolerant; unparseable → true — refuse safely rather than guess (CORE-08).