Energy Meter Capability Wrong Units

Hi all,

Came across a bit of an annoying bug when using the Energy Meter Capability. From the Capabilities Reference the units that the energy meter should be in are kWh which is active energy.

However when I query my energy meter I am getting units of kVAh which is the unit of apparent energy. I do not have the meter setup to query apparent energy so how is this slipping in?

"energyMeter": {
                "energy": {
                    "value": 0.0,
                    "unit": "kVAh",
                    "timestamp": "2020-10-09T14:41:07.308+0000"
                }