Change JSON tag from "unit" to "units"

This commit is contained in:
Ralph Wessel
2024-10-14 09:50:07 +01:00
parent 7e742796f5
commit bd54ae3995
@@ -23,7 +23,7 @@ namespace {
///Serialisation field IDs
static std::array fieldID = {
Identity{"applicationId"},
Identity{"unit"},
Identity{"units"},
};
}