Updated external content (Jenkins build 1771)

pull/2219/head
openHAB Build Server 2023-11-10 05:45:01 +00:00
parent 71b5e97647
commit d81f8c97bc
2 changed files with 3 additions and 4 deletions

View File

@ -221,7 +221,7 @@ The following channels are holding read only values:
| highPressure | Number:Pressure | x | High pressure |
| lowPressure | Number:Pressure | x | Low pressure |
| outputCompressorHeating | Switch | x | Output compressor heating |
| controlSignalCirculatingPump | Number:Energy | x | Control signal circulating pump |
| controlSignalCirculatingPump | Number:Dimensionless | x | Heating circulating pump power in % |
| fanSpeed | Number | x | Fan speed |
| temperatureSafetyLimitFloorHeating | Switch | x | Safety temperature limiter floor heating |
| powerTargetValue | Number:Energy | x | Power target value |

View File

@ -1572,9 +1572,8 @@
</channel-type>
<channel-type id="controlSignalCirculatingPump" advanced="true">
<item-type>Number:Energy</item-type>
<label>Control Signal Circulating Pump</label>
<category>Energy</category>
<item-type>Number:Dimensionless</item-type>
<label>Heating Circulating Pump Power</label>
<state pattern="%.1f %%" readOnly="true"/>
</channel-type>