Skip to content

Commit

Permalink
Update template_avtech_room_alert_3e.yaml
Browse files Browse the repository at this point in the history
the temperature received is formatted like "2406" to mean "24.06°C", so it requires a preprocessing step to multiply the received value by 0.01
  • Loading branch information
benraven authored Sep 20, 2024
1 parent c4c9521 commit 9fbc0c3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ zabbix_export:
value_type: FLOAT
units: °C
description: 'Temperature reading from the internal thermometer'
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.01'
triggers:
-
uuid: aae943b07eb94079a00d09a4fe225e90
Expand Down

0 comments on commit 9fbc0c3

Please sign in to comment.