WIP: add API driver in WebThrottle-EX

This commit is contained in:
2022-04-22 00:10:40 +02:00
parent f61c1a95ac
commit 0b97e6eab5
3 changed files with 35 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
$(document).ready(function(){
console.log("Command Controller loaded");
uiDisable(true)
emulatorClass = new Emulator({logger: displayLog});
emulatorClass = new RestAPI({logger: displayLog});
});
// - Request a port and open an asynchronous connection,