Fixing capabilities cache for Provisioning.

This commit is contained in:
stephb9959
2022-02-07 16:23:01 -08:00
parent a1c3e087c6
commit ad977ad5eb
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenWifi {
}
Poco::JSON::Object Answer;
Answer.set("devices",ObjArr);
Answer.set("device_types",ObjArr);
return ReturnObject(Answer);
}
}