Extension qnx.hvac

qnx.hvac

Control the HVAC system

Methods

get

Return the HVAC settings
Parameters:
Name Type Description
settings Array A list of settings to get [optional]; if this parameter is omitted, all settings are returned
Returns:
The requested settings
Type
  • Object
Example
{
    airCirculation_setting: {Boolean},
    airConditioning_enabled: {Boolean},
    fan_setting_l: {Number},
    [...]
}
NOTE: the list of settings is not fixed and depends on your system configuration

set

Set one or more HVAC settings
Parameters:
Name Type Description
args Object The HVAC settings to set
Example
{
    fan_setting_l: {Number},
    fan_setting_r: {Number},
    [...]
}
NOTE: the list of settings is not fixed and depends on your system configuration