2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

TRX_LIGHT new description for device_id for AC, HomeEasy EU and ANSLUT

git-svn-id: https://svn.fhem.de/fhem/trunk@1576 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2012-05-22 16:03:40 +00:00
parent 7e4333af2d
commit acc95bf7d4

View File

@ -7588,8 +7588,11 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. <br> You need to define an RFXtrx433
<br>
<code>&lt;deviceid&gt;</code>
<ul>
specifies the first device id of the device.
A lighting device has a house code A..P followed by a unitcode 1..16 (example "B1").
specifies the first device id of the device. <br>
A lighting device normally has a house code A..P followed by a unitcode 1..16 (example "B1").<br>
For AC, HomeEasy EU and ANSLUT it is a 10 Character-Hex-String for the deviceid, consisting of <br>
- unid-id: 8-Char-Hex: 00000001 to 03FFFFFF<br>
- unit-code: 2-Char-Hex: 01 to 10 <br>
</ul>
<br>
<code>&lt;devicelog&gt;</code>
@ -7612,6 +7615,8 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. <br> You need to define an RFXtrx433
<br>
<code>define Steckdose TRX_LIGHT ARC G2 light</code>
<br>
<code>define light TRX_LIGHT AC 0101010101 light</code>
<br>
</ul>
<br>