mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 02:55:51 +00:00
ddc787418b
Webhook alert payloads now round Value and Threshold fields to 1 decimal place before template rendering. This eliminates excessive precision in webhook messages (e.g., 62.27451680630036 becomes 62.3). The fix is applied in prepareWebhookData() so all webhook templates benefit automatically, including Google Space webhooks, generic JSON webhooks, and custom templates. Related to #619