Send voltage Value as healthEvent
This commit is contained in:
@@ -79,7 +79,7 @@ public slots:
|
||||
|
||||
|
||||
signals:
|
||||
|
||||
// public Signals are defined in interface
|
||||
|
||||
|
||||
private:
|
||||
@@ -145,6 +145,9 @@ private slots:
|
||||
void private_startAccount();
|
||||
void private_checkAccountData();
|
||||
void private_getAccountData();
|
||||
|
||||
// measurement values
|
||||
void onNewVoltage(uint32_t voltage);
|
||||
};
|
||||
|
||||
#endif // ATBDEVICECONTROLLERPLUGIN_H
|
||||
|
Reference in New Issue
Block a user