Device
The device is the main functional unit of the platform, it reflects the state of the physical device.
Device group
A set of devices that is used for organisational purposes. The standard user will access a limited number of groups, in this way he will only be able to see the devices inside these groups.
Event
Defines a change of condition of a device in a specific point in time. Eg.: A system failure like "alarm_2031" due to a mechanical problem.
Firmware
The software that provides low-level control for the device's embedded hardware. It can be updated remotely using Things5 web platform or via API.
Metric
Any kind of value that contribute to describe a measure like "speed" or "temperature".
Parameter
The hardware parameters and settings that can be read and written on the control unit.
Recipe
A recipe is the digital twin of a program that is available on the physical device: through the platform you can edit the parameters of an existing recipe, or you can create a new recipe that can be written on the device.
State
A state is a variable that can assume different values of type string. A state variable defines the state of a device for a period of time, until the state variable assumes another value. Eg.: a "door_status" state variable can assume the values "open" and "closed". A "compressor_status" state variable can assume the value "on" "off". A "machine_status" variable can assume for instances the values “on” | ”off” | ”stand_by” | ”updating_firmware”