From b212b740acd8abccd7190946361f079a75982618 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 23 Jul 2020 12:04:32 +0800 Subject: [PATCH] update Former-commit-id: 61e29af0fecb621557d341bab81d1b89e87a1bfb Former-commit-id: dee533e8aa46c86f6913884e2b74085feb8d2596 --- .../wwwroot/components/iot/ir-command.html | 442 ++++++++++++++++++ projects/WebMVC/wwwroot/js/iot.js | 1 + .../wwwroot/router/admin/command/edit.html | 69 ++- 3 files changed, 502 insertions(+), 10 deletions(-) create mode 100644 projects/WebMVC/wwwroot/components/iot/ir-command.html 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 @@