]> git.basschouten.com Git - openhab-addons.git/commitdiff
[netatmo] Pimp channel types with proper categories (#9531)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sun, 27 Dec 2020 12:22:29 +0000 (13:22 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Dec 2020 12:22:29 +0000 (13:22 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.netatmo/src/main/resources/OH-INF/thing/channels.xml

index c105e83050152bb0dac2b6ee0fd543aeef07bdf9..a535a74a26a2fab313181a90b43ec2e07b87e4a5 100644 (file)
@@ -8,6 +8,7 @@
                <item-type>DateTime</item-type>
                <label>Last Status Store</label>
                <description>Last Status Store</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Measurement Time</label>
                <description>Timestamp when data was measured</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Last Plug Seen</label>
                <description>Last Plug Seen</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min CO2</label>
                <description>Date when minimum CO2 was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min CO2 This Week</label>
                <description>Date when minimum CO2 was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min CO2 This Month</label>
                <description>Date when minimum CO2 was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max CO2</label>
                <description>Date when maximum CO2 was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max CO2 This Week</label>
                <description>Date when maximum CO2 was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max CO2 This Month</label>
                <description>Date when maximum CO2 was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Temp</label>
                <description>Date when minimum temperature was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Temp This Week</label>
                <description>Date when minimum temperature was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Temp This Month</label>
                <description>Date when minimum temperature was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Temp</label>
                <description>Date when maximum temperature was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Temp This Week</label>
                <description>Date when maximum temperature was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Temp This Month</label>
                <description>Date when maximum temperature was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Humidity</label>
                <description>Date when minimum humidity was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Humidity This Week</label>
                <description>Date when minimum humidity was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Humidity This Month</label>
                <description>Date when minimum humidity was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Humidity</label>
                <description>Date when maximum humidity was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Humidity This Week</label>
                <description>Date when maximum humidity was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Humidity This Month</label>
                <description>Date when maximum humidity was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Noise</label>
                <description>Date when minimum noise was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Noise This Week</label>
                <description>Date when minimum noise was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Noise This Month</label>
                <description>Date when minimum noise was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Noise</label>
                <description>Date when maximum noise was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Noise This Week</label>
                <description>Date when maximum noise was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Noise This Month</label>
                <description>Date when maximum noise was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Pressure</label>
                <description>Date when minimum pressure was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Pressure This Week</label>
                <description>Date when minimum pressure was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Min Pressure This Month</label>
                <description>Date when minimum pressure was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Pressure</label>
                <description>Date when maximum pressure was reached on current day</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Pressure This Week</label>
                <description>Date when maximum pressure was reached this week</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Pressure This Month</label>
                <description>Date when maximum pressure was reached this month</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Available Bilan</label>
                <description>Month of the last available thermostat bilan</description>
+               <category>Time</category>
                <state readOnly="true" pattern="%1$td.%1$tm.%1$tY"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Last Message</label>
                <description>Last Message emitted by the module</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Setpoint End</label>
                <description>Thermostat goes back to schedule after that timestamp.</description>
+               <category>Time</category>
                <state readOnly="true" pattern="%1$td.%1$tm.%1$tY %1$tH:%1$tM"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Last Therm Seen</label>
                <description>Last Them Seen</description>
+               <category>Time</category>
                <state readOnly="true"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>CO2</label>
                <description>Air Quality</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>Min Co2</label>
                <description>Minimum CO2 on current day</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>Min Co2 This Week</label>
                <description>Minimum CO2 this week</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>Min Co2 This Month</label>
                <description>Minimum CO2 this month</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>Max Co2</label>
                <description>Maximum CO2 on current day</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>Max Co2 This Week</label>
                <description>Maximum CO2 this week</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>Number:Dimensionless</item-type>
                <label>Max Co2 This Month</label>
                <description>Maximum CO2 this month</description>
+               <category>Carbondioxide</category>
                <state readOnly="true" pattern="%d %unit%"/>
        </channel-type>
 
                <item-type>DateTime</item-type>
                <label>Date Max Wind Strength</label>
                <description>Timestamp when MaxWindStrength was recorded.</description>
+               <category>Time</category>
                <state readOnly="true" pattern="%1$td.%1$tm.%1$tY %1$tH:%1$tM"/>
        </channel-type>