Add time to the sensor list widget, also broadcast and recive the time of a sensor

This commit is contained in:
uvos 2023-11-08 23:35:50 +01:00
parent 260334ef35
commit a301bdbaa7
15 changed files with 557 additions and 266 deletions

View file

@ -88,7 +88,7 @@ uint8_t Actor::getTriggerValue()
void Actor::onValueChanged(uint8_t value)
{
(void)value;
}
std::shared_ptr<Actor> Actor::createActor(const QString& type)