What I'd expect:
Item: Just the drain, or the drain + default power_usage.
Equipment: the current combined values for the equipment, one line, maybe (power_usageW + drainW) in parentheses if one were to show both without having two separately labeled lines.
Code: Select all
local eeie = data.raw["electric-energy-interface-equipment"]["electric-energy-interface-equipment"]
eeie.energy_source.drain = "10kW"
eeie.energy_usage = "15kW"

