Skip to content

Enum: ota_DeviceStatus

URI: https://w3id.org/altium/cdm/ota_DeviceStatus

Permissible Values

Value Meaning Description
NotSeen None
Error None
UpToDate None
UpdatePending None
Outdated None
UpdateScheduled None

Slots

Name Description
ota_Device_status Current device status

Identifier and Mapping Information

LinkML Source

name: ota_DeviceStatus
implements:
- owl:NamedIndividual
in_subset:
- ota
from_schema: https://w3id.org/altium/cdm/
is_a: Enumeration
enum_uri: ota:DeviceStatus
permissible_values:
  NotSeen:
    text: NotSeen
  Error:
    text: Error
  UpToDate:
    text: UpToDate
  UpdatePending:
    text: UpdatePending
  Outdated:
    text: Outdated
  UpdateScheduled:
    text: UpdateScheduled