]> git.basschouten.com Git - openhab-addons.git/commitdiff
Make more channels advanced (#14168)
authorMark Hilbush <mark@hilbush.com>
Fri, 6 Jan 2023 11:49:30 +0000 (06:49 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 11:49:30 +0000 (12:49 +0100)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
bundles/org.openhab.binding.ecobee/src/main/resources/OH-INF/thing/thing-types.xml

index 4d741a0fc896a51ce50aaa042ac9a680718e042f..d7cc543d99f422b707a6c09b770859828d985048 100644 (file)
                <label>Desired Fan Mode</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="desiredHeatRangeLow">
+       <channel-type id="desiredHeatRangeLow" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Desired Heat Range Low</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="desiredHeatRangeHigh">
+       <channel-type id="desiredHeatRangeHigh" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Desired Heat Range High</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="desiredCoolRangeLow">
+       <channel-type id="desiredCoolRangeLow" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Desired Cool Range Low</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="desiredCoolRangeHigh">
+       <channel-type id="desiredCoolRangeHigh" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Desired Cool Range High</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
                <label>Quick Save Set Forward</label>
                <state readOnly="false" pattern="%.0f"/>
        </channel-type>
-       <channel-type id="hasHeatPump">
+       <channel-type id="hasHeatPump" advanced="true">
                <item-type>Switch</item-type>
                <label>Has Heat Pump</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="hasForcedAir">
+       <channel-type id="hasForcedAir" advanced="true">
                <item-type>Switch</item-type>
                <label>Has Forced Air</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="hasBoiler">
+       <channel-type id="hasBoiler" advanced="true">
                <item-type>Switch</item-type>
                <label>Has Boiler</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="hasHumidifier">
+       <channel-type id="hasHumidifier" advanced="true">
                <item-type>Switch</item-type>
                <label>Has Humidifier</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="hasElectric">
+       <channel-type id="hasElectric" advanced="true">
                <item-type>Switch</item-type>
                <label>Has Electric</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="hasDehumidifier">
+       <channel-type id="hasDehumidifier" advanced="true">
                <item-type>Switch</item-type>
                <label>Has Dehumidifier</label>
                <state readOnly="true" pattern="%s"/>
                <label>WiFi Offline Alert</label>
                <state readOnly="false" pattern="%s"/>
        </channel-type>
-       <channel-type id="heatMinTemp">
+       <channel-type id="heatMinTemp" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Heat Min Temp</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="heatMaxTemp">
+       <channel-type id="heatMaxTemp" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Heat Max Temp</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="coolMinTemp">
+       <channel-type id="coolMinTemp" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Cool Min Temp</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="coolMaxTemp">
+       <channel-type id="coolMaxTemp" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Cool Max Temp</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
                <label>Ventilator Min On Time Away</label>
                <state readOnly="false" pattern="%.0f"/>
        </channel-type>
-       <channel-type id="backlightOffDuringSleep">
+       <channel-type id="backlightOffDuringSleep" advanced="true">
                <item-type>Switch</item-type>
                <label>Backlight Off During Sleep</label>
                <state readOnly="false" pattern="%s"/>
        </channel-type>
-       <channel-type id="autoAway">
+       <channel-type id="autoAway" advanced="true">
                <item-type>Switch</item-type>
                <label>Auto Away</label>
                <state readOnly="false" pattern="%s"/>
                </channels>
        </channel-group-type>
 
-       <channel-type id="alertAcknowledgeRef">
+       <channel-type id="alertAcknowledgeRef" advanced="true">
                <item-type>String</item-type>
                <label>Acknowledge Ref</label>
                <state readOnly="true" pattern="%s"/>
                <label>Text</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="alertNumber">
+       <channel-type id="alertNumber" advanced="true">
                <item-type>Number</item-type>
                <label>Number</label>
                <state readOnly="true" pattern="%.0f"/>
        </channel-type>
-       <channel-type id="alertType">
+       <channel-type id="alertType" advanced="true">
                <item-type>String</item-type>
                <label>Type</label>
                <state readOnly="true" pattern="%s"/>
                <label>Is Operator Alert</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="alertReminder">
+       <channel-type id="alertReminder" advanced="true">
                <item-type>String</item-type>
                <label>Reminder</label>
                <state readOnly="true" pattern="%s"/>
                <label>Send Email</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="alertAcknowledgement">
+       <channel-type id="alertAcknowledgement" advanced="true">
                <item-type>String</item-type>
                <label>Acknowledgement</label>
                <state readOnly="true" pattern="%s"/>
                <label>Heat Hold Temp</label>
                <state readOnly="true" pattern="%.0f"/>
        </channel-type>
-       <channel-type id="eventFan">
+       <channel-type id="eventFan" advanced="true">
                <item-type>String</item-type>
                <label>Fan</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="eventVent">
+       <channel-type id="eventVent" advanced="true">
                <item-type>String</item-type>
                <label>Vent</label>
                <state readOnly="true" pattern="%s"/>
                <label>Symbol</label>
                <state readOnly="true" pattern="%.0f"/>
        </channel-type>
-       <channel-type id="weatherWeatherSymbolText">
+       <channel-type id="weatherWeatherSymbolText" advanced="true">
                <item-type>String</item-type>
                <label>Symbol Text</label>
                <state readOnly="true" pattern="%s"/>
                <label>Relative Humidity</label>
                <state readOnly="true" pattern="%.0f %unit%"/>
        </channel-type>
-       <channel-type id="weatherDewpoint">
+       <channel-type id="weatherDewpoint" advanced="true">
                <item-type>Number:Temperature</item-type>
                <label>Dewpoint</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
-       <channel-type id="weatherVisibility">
+       <channel-type id="weatherVisibility" advanced="true">
                <item-type>Number</item-type>
                <label>Visibility</label>
                <state readOnly="true" pattern="%.0f %unit%"/>
                <label>Wind Bearing</label>
                <state readOnly="true" pattern="%.0f %unit%"/>
        </channel-type>
-       <channel-type id="weatherPop">
+       <channel-type id="weatherPop" advanced="true">
                <item-type>Number:Dimensionless</item-type>
                <label>Probability of Precipitation</label>
                <state readOnly="true" pattern="%.0f %unit%"/>
                <label>Sky</label>
                <state readOnly="true" pattern="%.0f"/>
        </channel-type>
-       <channel-type id="weatherSkyText">
+       <channel-type id="weatherSkyText" advanced="true">
                <item-type>String</item-type>
                <label>Sky Text</label>
                <state readOnly="true" pattern="%s"/>
                <label>City</label>
                <state readOnly="false" pattern="%s"/>
        </channel-type>
-       <channel-type id="locationProvinceState">
+       <channel-type id="locationProvinceState" advanced="true">
                <item-type>String</item-type>
                <label>Province/State</label>
                <state readOnly="false" pattern="%s"/>
        </channel-type>
-       <channel-type id="locationCountry">
+       <channel-type id="locationCountry" advanced="true">
                <item-type>String</item-type>
                <label>Country</label>
                <state readOnly="false" pattern="%s"/>
        </channel-type>
-       <channel-type id="locationPostalCode">
+       <channel-type id="locationPostalCode" advanced="true">
                <item-type>String</item-type>
                <label>Postal Code</label>
                <state readOnly="false" pattern="%s"/>
        </channel-type>
-       <channel-type id="locationPhoneNumber">
+       <channel-type id="locationPhoneNumber" advanced="true">
                <item-type>String</item-type>
                <label>Phone Number</label>
                <state readOnly="false" pattern="%s"/>
                <label>Phone</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="technicianStreetAddress">
+       <channel-type id="technicianStreetAddress" advanced="true">
                <item-type>String</item-type>
                <label>Street Address</label>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
-       <channel-type id="technicianCity">
+       <channel-type id="technicianCity" advanced="true">
                <item-type>String</item-type>
                <label>City</label>
                <state readOnly="true" pattern="%s"/>