temp trigger working

This commit is contained in:
sergiuToporjinschi
2022-01-30 10:23:21 +02:00
parent 599d3d5f9d
commit 34d20cc80f
7 changed files with 103 additions and 14 deletions
@@ -66,6 +66,13 @@ $(function () {
self.from_json(response);
});
}
self.test = function () {
OctoPrint.simpleApiCommand("CalibrationTools","TEST").done(function (response) {
console.log(response)
})
}
}
// This is how our plugin registers itself with the application, by adding some configuration