Finish lerge refactor of systems
This commit is contained in:
parent
6d742e60db
commit
913d7df56d
36 changed files with 614 additions and 634 deletions
|
|
@ -46,7 +46,7 @@ public:
|
|||
{
|
||||
type = json["SensorType"].toInt(0);
|
||||
id = json["Id"].toInt(0);
|
||||
field = json["Field"].toInt(0);
|
||||
field = json["Field"].toDouble(0);
|
||||
name = json["Name"].toString("Sensor");
|
||||
lastSeen = QDateTime::fromString(json["LastSeen"].toString(""));
|
||||
hidden = json["Hidden"].toBool(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue