[goecharger] fix issue with category (#12682)
* [goecharger] category before state remove warning within readme.md Signed-off-by: Reinhard Plaim <reinhardplaim@gmail.com>
This commit is contained in:
parent
a37a119ff1
commit
60cbfad5ac
@ -106,6 +106,7 @@ end
|
|||||||
```
|
```
|
||||||
|
|
||||||
Advanced example:
|
Advanced example:
|
||||||
|
|
||||||
```
|
```
|
||||||
rule "Set charging limit for go-eCharger"
|
rule "Set charging limit for go-eCharger"
|
||||||
when
|
when
|
||||||
|
|||||||
@ -204,15 +204,15 @@
|
|||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>Temperature type 2 port</label>
|
<label>Temperature type 2 port</label>
|
||||||
<description>Temperature of the Go-eCharger on the type 2 port</description>
|
<description>Temperature of the Go-eCharger on the type 2 port</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"/>
|
|
||||||
<category>Temperature</category>
|
<category>Temperature</category>
|
||||||
|
<state pattern="%d %unit%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="tmp">
|
<channel-type id="tmp">
|
||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>Temperature circuit board</label>
|
<label>Temperature circuit board</label>
|
||||||
<description>Temperature of the Go-eCharger on circuit board</description>
|
<description>Temperature of the Go-eCharger on circuit board</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"/>
|
|
||||||
<category>Temperature</category>
|
<category>Temperature</category>
|
||||||
|
<state pattern="%d %unit%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="fmw">
|
<channel-type id="fmw">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user