GPIO Driver Configuration
Plugin Configuration
The plugin configuration file is named settings.json
located in <install directory>\Config\HumanOS.UHAL.FileReader\
. It contains all global settings of the plugin.
See Generic Plugin Configuration for more details.
Device Information File
The device information file is used to configure the access to the Bluetooth devices. It contains:
Id
: unique device id (GUID)DriverId
:50C53868-7CB8-4FCA-A3CA-1BA6E1F5A9AE
Address
: Connection address is alwayslocalhost
- Data Access
See Device Information Model for more details.
Example:
{
"Id": "974f33ad-38e8-4d82-b3a4-37b22869651d",
"Name": "RaspberryPI",
"DriverId": "50C53868-7CB8-4FCA-A3CA-1BA6E1F5A9AE",
"Address": "localhost",
...
}