diff --git a/projects/WebMVC/wwwroot/components/iot/ir-command.html b/projects/WebMVC/wwwroot/components/iot/ir-command.html new file mode 100644 index 00000000..bcc98e98 --- /dev/null +++ b/projects/WebMVC/wwwroot/components/iot/ir-command.html @@ -0,0 +1,442 @@ + + \ No newline at end of file diff --git a/projects/WebMVC/wwwroot/js/iot.js b/projects/WebMVC/wwwroot/js/iot.js index 64eb6a3d..18bf8f63 100644 --- a/projects/WebMVC/wwwroot/js/iot.js +++ b/projects/WebMVC/wwwroot/js/iot.js @@ -71,6 +71,7 @@ var iotComponents = [ 'door', 'camera', 'serial-port', + 'ir-command' ]; for (var i = 0; i < iotComponents.length; i++) { var name = 'iot-'+iotComponents[i]; diff --git a/projects/WebMVC/wwwroot/router/admin/command/edit.html b/projects/WebMVC/wwwroot/router/admin/command/edit.html index e408155a..59756ce3 100644 --- a/projects/WebMVC/wwwroot/router/admin/command/edit.html +++ b/projects/WebMVC/wwwroot/router/admin/command/edit.html @@ -94,25 +94,50 @@