mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
adds cell names to the battery rack
This commit is contained in:
@@ -268,6 +268,7 @@
|
||||
cell["slot"] = cell_index + 1
|
||||
cell["used"] = 1
|
||||
cell["percentage"] = round(C.percent(), 0.01)
|
||||
cell["name"] = C.name
|
||||
cell["id"] = C.c_uid
|
||||
cell_index++
|
||||
cells += list(cell)
|
||||
|
||||
Reference in New Issue
Block a user