diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 16:26:39 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | 8a35cc2a73a8d02feb30262a76e79fee49961df4 (patch) | |
tree | 659df5efcf7ce5269baa5976554c817705ec9355 /conf.d/project/htdocs | |
parent | 14c5b20de6357f57d1facf1c9742f78958df29a3 (diff) |
Update controller mechanism
Add luaunit as xUnit lua framework
Change-Id: I49627b6554c62d05eca5e367d073b037385e40b1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/htdocs')
-rw-r--r-- | conf.d/project/htdocs/TestBinding.css (renamed from conf.d/project/htdocs/AudioBinding.css) | 0 | ||||
-rw-r--r-- | conf.d/project/htdocs/TestBinding.js (renamed from conf.d/project/htdocs/AudioBinding.js) | 0 | ||||
-rw-r--r-- | conf.d/project/htdocs/index.html | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/project/htdocs/AudioBinding.css b/conf.d/project/htdocs/TestBinding.css index 1052aa7..1052aa7 100644 --- a/conf.d/project/htdocs/AudioBinding.css +++ b/conf.d/project/htdocs/TestBinding.css diff --git a/conf.d/project/htdocs/AudioBinding.js b/conf.d/project/htdocs/TestBinding.js index 0f5caf9..0f5caf9 100644 --- a/conf.d/project/htdocs/AudioBinding.js +++ b/conf.d/project/htdocs/TestBinding.js diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 9a7d66f..3593d11 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -1,15 +1,15 @@ <html> <head> <title>Simple COntroller Test</title> - <link rel="stylesheet" href="AudioBinding.css"> + <link rel="stylesheet" href="TestBinding.css"> <script type="text/javascript" src="AFB-websock.js"></script> - <script type="text/javascript" src="AudioBinding.js"></script> + <script type="text/javascript" src="TestBinding.js"></script> </head> <body onload="init('hal_registry','alsacore', 'hallist')"> <h1>Simple Control Test</h1> - <button id="connected" onclick="init()">Binder WS Fail</button> + <button id="connected" onclick="init()">Binder WS Fail</button> <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_ctl')">Debug/Monitoring</a></button> <br><br> |