diff --git a/ui-ngx/src/app/modules/home/components/device/device-credentials.module.ts b/ui-ngx/src/app/modules/home/components/device/device-credentials.module.ts index 692e2e36d1..5254bd5955 100644 --- a/ui-ngx/src/app/modules/home/components/device/device-credentials.module.ts +++ b/ui-ngx/src/app/modules/home/components/device/device-credentials.module.ts @@ -22,7 +22,6 @@ import { DeviceCredentialsComponent } from '@home/components/device/device-crede import { DeviceCredentialsLwm2mComponent } from '@home/components/device/device-credentials-lwm2m.component'; import { DeviceCredentialsLwm2mServerComponent } from '@home/components/device/device-credentials-lwm2m-server.component'; import { DeviceCredentialsMqttBasicComponent } from '@home/components/device/device-credentials-mqtt-basic.component'; -import { DeviceExampleCommandComponent } from '@home/components/device/device-example-command.component'; @NgModule({ declarations: [ @@ -30,8 +29,7 @@ import { DeviceExampleCommandComponent } from '@home/components/device/device-ex DeviceCredentialsComponent, DeviceCredentialsLwm2mComponent, DeviceCredentialsLwm2mServerComponent, - DeviceCredentialsMqttBasicComponent, - DeviceExampleCommandComponent + DeviceCredentialsMqttBasicComponent ], imports: [ CommonModule, @@ -42,8 +40,7 @@ import { DeviceExampleCommandComponent } from '@home/components/device/device-ex DeviceCredentialsComponent, DeviceCredentialsLwm2mComponent, DeviceCredentialsLwm2mServerComponent, - DeviceCredentialsMqttBasicComponent, - DeviceExampleCommandComponent + DeviceCredentialsMqttBasicComponent ] }) export class DeviceCredentialsModule { } diff --git a/ui-ngx/src/app/modules/home/components/device/device-example-command.component.html b/ui-ngx/src/app/modules/home/components/device/device-example-command.component.html deleted file mode 100644 index ea29f533ba..0000000000 --- a/ui-ngx/src/app/modules/home/components/device/device-example-command.component.html +++ /dev/null @@ -1,86 +0,0 @@ - -
{{ mqttCode }}
-
- {{ coapCode }}
-
- JSON example: {{'[{"temperature": 40}, {"isRainy": true}]'}}
- {{ httpCode }}
-
-