Index: sources/view/td/data/VTDAirPumpData.h =================================================================== diff -u -r3c07dc803109f716937b692cb4a67a5324bb9ca3 -r291906e7a62816a10cb424389df9ac3704aa8dc3 --- sources/view/td/data/VTDAirPumpData.h (.../VTDAirPumpData.h) (revision 3c07dc803109f716937b692cb4a67a5324bb9ca3) +++ sources/view/td/data/VTDAirPumpData.h (.../VTDAirPumpData.h) (revision 291906e7a62816a10cb424389df9ac3704aa8dc3) @@ -35,8 +35,11 @@ class VTDAirPump : public QObject { Q_OBJECT - PROPERTY( quint32 , airPumpState , 0) - PROPERTY( quint32 , airPumpPower , 0) + PROPERTY( quint32 , airPumpState , 0) + PROPERTY( quint32 , airPumpRPM , 0) + PROPERTY( float , airPumpPower , 0) + PROPERTY( quint32 , airPumpFGPARPM , 0) + PROPERTY( quint32 , airPumpScalarPower , 0) VIEW_DEC(VTDAirPump, TDAirPumpData) };