getValues from Settings

This commit is contained in:
sergiuToporjinschi
2022-02-02 00:25:57 +02:00
parent cc5cdd6f24
commit 457bf990db
2 changed files with 12 additions and 5 deletions
@@ -89,7 +89,7 @@ $(function () {
}
self.onAllBound = self.onEventConnected = function () {
OctoPrint.simpleApiGet("CalibrationTools", "something").done(function (response) {
OctoPrint.simpleApiGet("CalibrationTools").done(function (response) {
console.log("CalibrationTools");
self.from_json(response);
});