zabbix-graphql-api/schema
Andreas Hilbig 41e4c4da1f feat: add weather sensor support and fix device status mapping
This commit introduces support for provisioning weather sensors with geo-coordinates
via user macros and fixes a critical mapping bug in device status.

Changes:
- fix: Corrected DeviceStatus enum mapping (0=ENABLED, 1=DISABLED).
- feat: Added 'status' field to CreateTemplateItem input in GraphQL schema.
- feat: Enabled user macro assignment during host and template creation/import.
- feat: Added regression tests for user macro assignment and HTTP agent URL support.
- docs: Updated cookbook and sample queries to use {$LAT} and {$LON} macros.
- test: Added unit tests for macro assignment in HostImporter and TemplateImporter.
- chore: Regenerated GraphQL types.
2026-02-01 16:23:35 +01:00
..
extensions feat: implement weather sensor extension and enhance device interfaces 2026-02-01 06:56:23 +01:00
api_commons.graphql docs: enhance GraphQL schema documentation 2026-01-26 19:18:59 +01:00
device_value_commons.graphql docs: refactor documentation and upgrade to Node.js 24 2026-01-30 14:35:31 +01:00
devices.graphql feat: implement weather sensor extension and enhance device interfaces 2026-02-01 06:56:23 +01:00
mutations.graphql feat: add weather sensor support and fix device status mapping 2026-02-01 16:23:35 +01:00
queries.graphql docs: enhance GraphQL schema documentation 2026-01-26 19:18:59 +01:00
zabbix.graphql feat: implement weather sensor extension and enhance device interfaces 2026-02-01 06:56:23 +01:00