Skip to content

Commit 6a53923

Browse files
committed
Reorder tags and change zone point/property
Signed-off-by: Jimmy Tanagra <[email protected]>
1 parent cba5016 commit 6a53923

File tree

1 file changed

+37
-37
lines changed
  • bundles/org.openhab.binding.daikin/src/main/resources/OH-INF/thing

1 file changed

+37
-37
lines changed

bundles/org.openhab.binding.daikin/src/main/resources/OH-INF/thing/thing-types.xml

+37-37
Original file line numberDiff line numberDiff line change
@@ -94,36 +94,36 @@
9494
<label>Power</label>
9595
<description>Power for the AC unit</description>
9696
<category>Switch</category>
97-
<autoUpdatePolicy>veto</autoUpdatePolicy>
9897
<tags>
9998
<tag>Switch</tag>
10099
<tag>Power</tag>
101100
</tags>
101+
<autoUpdatePolicy>veto</autoUpdatePolicy>
102102
</channel-type>
103103

104104
<channel-type id="acunit-settemp">
105105
<item-type>Number:Temperature</item-type>
106106
<label>Set Point</label>
107107
<description>The set point temperature</description>
108108
<category>Temperature</category>
109-
<state pattern="%.1f %unit%" step="0.5"/>
110-
<autoUpdatePolicy>veto</autoUpdatePolicy>
111109
<tags>
112110
<tag>Setpoint</tag>
113111
<tag>Temperature</tag>
114112
</tags>
113+
<state pattern="%.1f %unit%" step="0.5"/>
114+
<autoUpdatePolicy>veto</autoUpdatePolicy>
115115
</channel-type>
116116

117117
<channel-type id="acunit-indoortemp">
118118
<item-type>Number:Temperature</item-type>
119119
<label>Indoor Temperature</label>
120120
<description>The indoor temperature</description>
121121
<category>Temperature</category>
122-
<state readOnly="true" pattern="%.1f %unit%" step="0.5"/>
123122
<tags>
124123
<tag>Measurement</tag>
125124
<tag>Temperature</tag>
126125
</tags>
126+
<state readOnly="true" pattern="%.1f %unit%" step="0.5"/>
127127
</channel-type>
128128

129129
<channel-type id="acunit-outdoortemp">
@@ -146,6 +146,10 @@
146146
<item-type>String</item-type>
147147
<label>Mode</label>
148148
<description>Current mode of the AC unit</description>
149+
<tags>
150+
<tag>Control</tag>
151+
<tag>Mode</tag>
152+
</tags>
149153
<state>
150154
<options>
151155
<option value="AUTO">auto</option>
@@ -156,10 +160,6 @@
156160
</options>
157161
</state>
158162
<autoUpdatePolicy>veto</autoUpdatePolicy>
159-
<tags>
160-
<tag>Control</tag>
161-
<tag>Mode</tag>
162-
</tags>
163163
</channel-type>
164164

165165
<channel-type id="acunit-homekitmode">
@@ -181,6 +181,10 @@
181181
<item-type>String</item-type>
182182
<label>Fan</label>
183183
<description>Current fan speed setting of the AC unit</description>
184+
<tags>
185+
<tag>Control</tag>
186+
<tag>Level</tag>
187+
</tags>
184188
<state>
185189
<options>
186190
<option value="AUTO">auto</option>
@@ -193,10 +197,6 @@
193197
</options>
194198
</state>
195199
<autoUpdatePolicy>veto</autoUpdatePolicy>
196-
<tags>
197-
<tag>Control</tag>
198-
<tag>Level</tag>
199-
</tags>
200200
</channel-type>
201201

202202
<channel-type id="acunit-fandir">
@@ -491,99 +491,99 @@
491491
<item-type>String</item-type>
492492
<label>Fan</label>
493493
<description>Current fan speed setting of the AC unit</description>
494-
<autoUpdatePolicy>veto</autoUpdatePolicy>
495494
<tags>
496495
<tag>Control</tag>
497496
<tag>Level</tag>
498497
</tags>
498+
<autoUpdatePolicy>veto</autoUpdatePolicy>
499499
</channel-type>
500500

501501
<channel-type id="airbase-acunit-zone1">
502502
<item-type>Switch</item-type>
503503
<label>Zone 1</label>
504504
<description>Zone 1 for the AC unit</description>
505-
<autoUpdatePolicy>veto</autoUpdatePolicy>
506505
<tags>
507-
<tag>Switch</tag>
508-
<tag>Wind</tag>
506+
<tag>Control</tag>
507+
<tag>Air</tag>
509508
</tags>
509+
<autoUpdatePolicy>veto</autoUpdatePolicy>
510510
</channel-type>
511511

512512
<channel-type id="airbase-acunit-zone2">
513513
<item-type>Switch</item-type>
514514
<label>Zone 2</label>
515515
<description>Zone 2 for the AC unit</description>
516-
<autoUpdatePolicy>veto</autoUpdatePolicy>
517516
<tags>
518-
<tag>Switch</tag>
519-
<tag>Wind</tag>
517+
<tag>Control</tag>
518+
<tag>Air</tag>
520519
</tags>
520+
<autoUpdatePolicy>veto</autoUpdatePolicy>
521521
</channel-type>
522522

523523
<channel-type id="airbase-acunit-zone3">
524524
<item-type>Switch</item-type>
525525
<label>Zone 3</label>
526526
<description>Zone 3 for the AC unit</description>
527-
<autoUpdatePolicy>veto</autoUpdatePolicy>
528527
<tags>
529-
<tag>Switch</tag>
530-
<tag>Wind</tag>
528+
<tag>Control</tag>
529+
<tag>Air</tag>
531530
</tags>
531+
<autoUpdatePolicy>veto</autoUpdatePolicy>
532532
</channel-type>
533533

534534
<channel-type id="airbase-acunit-zone4">
535535
<item-type>Switch</item-type>
536536
<label>Zone 4</label>
537537
<description>Zone 4 for the AC unit</description>
538-
<autoUpdatePolicy>veto</autoUpdatePolicy>
539538
<tags>
540-
<tag>Switch</tag>
541-
<tag>Wind</tag>
539+
<tag>Control</tag>
540+
<tag>Air</tag>
542541
</tags>
542+
<autoUpdatePolicy>veto</autoUpdatePolicy>
543543
</channel-type>
544544

545545
<channel-type id="airbase-acunit-zone5">
546546
<item-type>Switch</item-type>
547547
<label>Zone 5</label>
548548
<description>Zone 5 for the AC unit</description>
549-
<autoUpdatePolicy>veto</autoUpdatePolicy>
550549
<tags>
551-
<tag>Switch</tag>
552-
<tag>Wind</tag>
550+
<tag>Control</tag>
551+
<tag>Air</tag>
553552
</tags>
553+
<autoUpdatePolicy>veto</autoUpdatePolicy>
554554
</channel-type>
555555

556556
<channel-type id="airbase-acunit-zone6">
557557
<item-type>Switch</item-type>
558558
<label>Zone 6</label>
559559
<description>Zone 6 for the AC unit</description>
560-
<autoUpdatePolicy>veto</autoUpdatePolicy>
561560
<tags>
562-
<tag>Switch</tag>
563-
<tag>Wind</tag>
561+
<tag>Control</tag>
562+
<tag>Air</tag>
564563
</tags>
564+
<autoUpdatePolicy>veto</autoUpdatePolicy>
565565
</channel-type>
566566

567567
<channel-type id="airbase-acunit-zone7">
568568
<item-type>Switch</item-type>
569569
<label>Zone 7</label>
570570
<description>Zone 7 for the AC unit</description>
571-
<autoUpdatePolicy>veto</autoUpdatePolicy>
572571
<tags>
573-
<tag>Switch</tag>
574-
<tag>Wind</tag>
572+
<tag>Control</tag>
573+
<tag>Air</tag>
575574
</tags>
575+
<autoUpdatePolicy>veto</autoUpdatePolicy>
576576
</channel-type>
577577

578578
<channel-type id="airbase-acunit-zone8">
579579
<item-type>Switch</item-type>
580580
<label>Zone 8</label>
581581
<description>Zone 8 for the AC unit</description>
582-
<autoUpdatePolicy>veto</autoUpdatePolicy>
583582
<tags>
584-
<tag>Switch</tag>
585-
<tag>Wind</tag>
583+
<tag>Control</tag>
584+
<tag>Air</tag>
586585
</tags>
586+
<autoUpdatePolicy>veto</autoUpdatePolicy>
587587
</channel-type>
588588

589589
</thing:thing-descriptions>

0 commit comments

Comments
 (0)