SpecsModelExplore
Overview
Actors
External Systems
IoT Platform
Edge
Ingestion
Stream Processing
Device Management
User-Facing Apps
Dashboard Web App
Mobile App
NavigationDevice ScreensAlert Screens
Platform
SpecsModelExplore
Device Screens
OverviewGuideLinks and Communications
IDproduct.user_facing.mobile_app.device_screens
DescriptionView and control owned devices.
Keydevice_screens
Typecomponent
TeamApps
Ownerapps@iotgateway.example
Statusactive
TechnologiesTypeScript, React Native
Attributesoffline: true
Tags
Table of contents
Guide
Device Screens
Flow
Detail
Act
Reading and writing
Related workflow

Guide

Device Screens

Device Screens are where an owner sees and controls their own hardware. The list and detail views read through the BFF, cache aggressively for offline use, and expose the actions that issue commands to a device.

Offline-first

The last-seen device list and detail are cached locally, so opening the app with no signal still shows something useful. Actions queue and replay on reconnect.

Flow

List

Loads the owner’s devices from the BFF, hydrating from cache first.

Detail

Opens a device to show status, firmware and recent telemetry.

Act

Fires a command (reboot, reconfigure) through the BFF and reflects the result optimistically.

Reading and writing

Related workflow

Controlling a device from a screen issues a command:

Links and Communications

1 outgoing link

Outgoing Links(1)

Target objectLabelLink typeRelationRaw idRequiredDescription
Navigation

example-iot.product.user_facing.mobile_app.navigation

component
routes via—linksproduct.user_facing.mobile_app.navigation——