changes in event

This commit is contained in:
Johannes Wendel
2019-05-14 10:58:26 +02:00
parent 13815cc714
commit 0059e34570

View File

@@ -24,7 +24,7 @@ Event::Event(uint8_t address, int priority, std::string name) :
std::string Event::getJsonString()
{
nlohmann::json json;
json["name"] = this->name;
json["address"] = this->address;
json["priority"] = this->priority;