Class: Firmware Update Operation (FirmwareUpdateOperation)
Firmware update operation can be performed on the asset
URI: base:FirmwareUpdateOperation
classDiagram
class FirmwareUpdateOperation
click FirmwareUpdateOperation href "../FirmwareUpdateOperation/"
AssetOperation <|-- FirmwareUpdateOperation
click AssetOperation href "../AssetOperation/"
FirmwareUpdateOperation : activation_flag
FirmwareUpdateOperation : operation_name
Inheritance
- AssetOperation
- FirmwareUpdateOperation
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| operation_name | 1 String |
Name of a device management operation | AssetOperation |
| activation_flag | 1 Boolean |
Attribute for specifying if the operation is available in terms of true or fa... | AssetOperation |
Identifier and Mapping Information
Schema Source
- from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | base:FirmwareUpdateOperation |
| native | base:FirmwareUpdateOperation |
LinkML Source
Direct
name: FirmwareUpdateOperation
description: Firmware update operation can be performed on the asset
title: Firmware Update Operation
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
is_a: AssetOperation
slot_usage:
operation_name:
name: operation_name
equals_string: FirmwareUpdate
Induced
name: FirmwareUpdateOperation
description: Firmware update operation can be performed on the asset
title: Firmware Update Operation
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
is_a: AssetOperation
slot_usage:
operation_name:
name: operation_name
equals_string: FirmwareUpdate
attributes:
operation_name:
name: operation_name
description: Name of a device management operation.
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
rank: 1000
alias: operation_name
owner: FirmwareUpdateOperation
domain_of:
- AssetOperation
range: string
required: true
equals_string: FirmwareUpdate
activation_flag:
name: activation_flag
description: Attribute for specifying if the operation is available in terms of
true or false
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
rank: 1000
alias: activation_flag
owner: FirmwareUpdateOperation
domain_of:
- AssetOperation
range: boolean
required: true