#144 added radiation monitor integration; displays, unit alarms, connection states, other bugfixes

This commit is contained in:
Mikayla Fischler
2023-02-13 22:11:31 -05:00
parent ef27da8daf
commit 1fe2acb5c5
14 changed files with 224 additions and 52 deletions

View File

@ -11,6 +11,10 @@ local types = {}
---@field name string
---@field amount integer
---@class radiation_reading
---@field radiation number
---@field unit string
---@class coordinate
---@field x integer
---@field y integer