Allow propagation of sensor updates from secondary to main
This commit is contained in:
parent
da50a89866
commit
34f129967b
7 changed files with 45 additions and 8 deletions
|
|
@ -18,6 +18,7 @@ class TcpClient : public Service
|
|||
|
||||
public slots:
|
||||
virtual void itemUpdated(ItemUpdateRequest update) override;
|
||||
virtual void sensorEvent(Sensor sensor, sensor_update_type_t type) override;
|
||||
|
||||
public:
|
||||
TcpClient(QObject* parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue