device-profile.coap-device-type
@for (type of coapTransportDeviceTypes; track type) { {{ coapTransportDeviceTypeTranslations.get(type) | translate }} } @if (coapTransportConfigurationFormGroup.get('coapDeviceTypeConfiguration.coapDeviceType').hasError('required')) { {{ 'device-profile.coap-device-type-required' | translate }} }
@if (coapDeviceTypeDefault) {
device-profile.coap-device-payload-type
@for (type of transportPayloadTypes; track type) { {{ transportPayloadTypeTranslations.get(type) | translate }} } @if (coapTransportConfigurationFormGroup.get('coapDeviceTypeConfiguration.transportPayloadTypeConfiguration.transportPayloadType').hasError('required')) { {{ 'device-profile.mqtt-payload-type-required' | translate }} } @if (protoPayloadType) {
@if (coapTransportConfigurationFormGroup.get('coapDeviceTypeConfiguration.transportPayloadTypeConfiguration.deviceTelemetryProtoSchema').hasError('required')) { {{ 'device-profile.telemetry-proto-schema-required' | translate }} } @if (coapTransportConfigurationFormGroup.get('coapDeviceTypeConfiguration.transportPayloadTypeConfiguration.deviceAttributesProtoSchema').hasError('required')) { {{ 'device-profile.attributes-proto-schema-required' | translate }} } @if (coapTransportConfigurationFormGroup.get('coapDeviceTypeConfiguration.transportPayloadTypeConfiguration.deviceRpcRequestProtoSchema').hasError('required')) { {{ 'device-profile.rpc-request-proto-schema-required' | translate }} } @if (coapTransportConfigurationFormGroup.get('coapDeviceTypeConfiguration.transportPayloadTypeConfiguration.deviceRpcResponseProtoSchema').hasError('required')) { {{ 'device-profile.rpc-response-proto-schema-required' | translate }} }
}
}
device-profile.power-saving-mode