Skip to content

Commit

Permalink
Update file basic_mqtt.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorell committed Jan 30, 2025
1 parent 0140de6 commit 9864eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ defmodule RoomSanctum.Condenser.BasicMQTT do
hum: f.main.humidity,
pressure: f.main.pressure,
wind: f.wind,
visibility: f.visibility,
visibility: f |> Map.get(:visibility),
units: f.units
}
end)
Expand Down

0 comments on commit 9864eed

Please sign in to comment.