parse sensor json values

This commit is contained in:
Travis Shears 2026-03-25 10:04:40 +01:00
parent 6c0711acd5
commit a1020b80d2
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
5 changed files with 46 additions and 14 deletions

View file

@ -22,6 +22,7 @@ spoke_mqtt_actor = ">= 1.1.1 and < 2.0.0"
spoke_tcp = ">= 2.0.0 and < 3.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"