27 lines
782 B
JavaScript
27 lines
782 B
JavaScript
export const GELIOS_CAPABILITIES = Object.freeze([
|
|
{
|
|
id: "gelios.units.current_intake",
|
|
class: "internal-safe-intake",
|
|
enabled: true,
|
|
summary: "Authenticated normalized current-unit intake from the protected Engine Collector.",
|
|
},
|
|
{
|
|
id: "fleet.positions.current.v1",
|
|
class: "internal-data-product",
|
|
enabled: true,
|
|
summary: "Provider-neutral current fleet positions snapshot and patch stream; no raw telemetry fields.",
|
|
},
|
|
{
|
|
id: "gelios.commands.catalog",
|
|
class: "red-read-catalogue",
|
|
enabled: false,
|
|
summary: "Catalogued for ontology only; not connected to the collector or Gateway.",
|
|
},
|
|
{
|
|
id: "gelios.commands.send",
|
|
class: "red-write",
|
|
enabled: false,
|
|
summary: "No transport is implemented.",
|
|
},
|
|
]);
|