Need Data types and unit types for power, energy and current

Hello my first post!
I am using Cayenne C++ mqtt library for publishing energy meter data to Cayenne cloud and i am successful in implementing.
The meter is connected to RPi3 through serial usb converter and sending / receiving DLMS request/responses.
I have successfully tested simplepublish.cpp by giving Mqtt username and passwords, and it is working for voltage values.
Now i want to add widgets for power, current and energy but realized that they have not defined inside cayenneTypes.h

Is there any way out?

Hello Sir and Welcome to the Cayenne Community,

You can use MQTT API and they have more full list with data types. Can you check the following topic:

Thank you