Device interface is a base interface for interacting with derived
device types such as vehicles, reels, cameras, etc.
In order to properly parse and generate the derived interface data, an
appropriate schema must be selected. This can be done by parsing the
device's
{ "hardware": "1.0.0", //Hardware version of the device. "software": "1.0.0", //Software version of the device. "branchInfo": "main"//Branch that the software was compiled from }
Device
Device interface is a base interface for interacting with derived device types such as vehicles, reels, cameras, etc. In order to properly parse and generate the derived interface data, an appropriate schema must be selected. This can be done by parsing the device's
Param: model
and mapping the associated device schema.