An error occurred while retrieving approval data for this merge request.
1 unresolved thread
A proposition for application configuration documentation in dsm-api. If we agree to do it in the header file.
Activity
mentioned in merge request dss/dss-mainline!538 (merged)
138 144 <description>Set the application of a cluster. Added in dSM-API version 3.3.0.</description> 139 145 <request> 140 146 <parameter type_size="8" type_count="1" name="ApplicationType">The new application type.</parameter> 141 <parameter type_size="32" type_count="1" name="ApplicationConfiguration">The application configuration parameter.</parameter> 147 <parameter type_size="32" type_count="1" name="ApplicationConfiguration">The application configuration parameter. 148 For Ventilation (10) and ApartmentVentilation (64) ApplicationType: 149 - Bit 0 - Ventilation level off 0=enabled, 1=disabled 150 - Bit 1 - Ventilation level 1 0=enabled, 1=disabled 151 - Bit 2 - Ventilation level 2 0=enabled, 1=disabled 152 - Bit 3 - Ventilation level 3 0=enabled, 1=disabled 153 - Bit 4 - Ventilation level 4 0=enabled, 1=disabled</parameter> added 1 commit
- 9bfba437 - replaced copy&paste docs with simple link to one function.
mentioned in commit 3ea50ffa