Skip to content

Enum: IoTDeviceRole

Roles played by devices in IoT and cyber-physical systems (Clause 5.14).

URI: iso22989:IoTDeviceRole

Permissible Values

Value Meaning Description
sensor None Device that observes the physical environment
actuator None Device that effects changes in the physical environment
gateway None Device that connects local IoT subnets to wider networks
edge_compute None Device providing local computation at the network edge
controller None Device that supervises or coordinates other IoT devices

Slots

Name Description
device_role Role played by a device in an IoT or cyber-physical system (Clause 5

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: IoTDeviceRole
description: Roles played by devices in IoT and cyber-physical systems (Clause 5.14).
in_subset:
- ai_ecosystem
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  sensor:
    text: sensor
    description: Device that observes the physical environment.
  actuator:
    text: actuator
    description: Device that effects changes in the physical environment.
  gateway:
    text: gateway
    description: Device that connects local IoT subnets to wider networks.
  edge_compute:
    text: edge_compute
    description: Device providing local computation at the network edge.
  controller:
    text: controller
    description: Device that supervises or coordinates other IoT devices.