Profile files are used to save the value of some controls.
profile attributes:
pnpid: indicates the
PNP id of the monitor that this profile applies to.name: profile
name.version: indicates
which version of profile format is used (must be set to
1).control attributes:
address: DDC/CI
address of the control.value: DDC/CI
control value.File format:
<?xml version="1.0"?> <profile pnpid="%pnp_id%" name="%profile_name%" version="1"> <control address="%hex_address%" value="%control_value%"/> <control...> </profile>