Skip to content

Commit

Permalink
Merge f1d7a9b into 4ec5cd1
Browse files Browse the repository at this point in the history
  • Loading branch information
RavuAlHemio committed Dec 19, 2021
2 parents 4ec5cd1 + f1d7a9b commit 3ea36f6
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions enocean/protocol/EEP.xml
Expand Up @@ -1472,5 +1472,80 @@
</data>
</profile>
</profiles>
<profiles func="0x14" description="Multi Function Sensors">
<profile type="0x41" description="Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor">
<data>
<value description="Temperature 10" shortcut="TMP" offset="0" size="10" unit="°C">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-40.0</min>
<max>60.0</max>
</scale>
</value>
<value description="Rel. Humidity linear)" shortcut="HUM" offset="10" size="8" unit="%">
<range>
<min>0</min>
<max>200</max>
</range>
<scale>
<min>0.0</min>
<max>100.0</max>
</scale>
</value>
<value description="Illumination linear)" shortcut="ILL" offset="18" size="17" unit="lx">
<range>
<min>0</min>
<max>100000</max>
</range>
<scale>
<min>0</min>
<max>100000</max>
</scale>
</value>
<enum description="Acceleration Status" shortcut="ACC" offset="35" size="2">
<item description="Periodic Update" value="0" />
<item description="Threshold 1 exceeded" value="1" />
<item description="Threshold 2 exceeded" value="2" />
</enum>
<value description="Absolute Acceleration on X axis" shortcut="ACX" offset="37" size="10" unit="g">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-2.5</min>
<max>2.5</max>
</scale>
</value>
<value description="Absolute Acceleration on Y axis" shortcut="ACY" offset="47" size="10" unit="g">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-2.5</min>
<max>2.5</max>
</scale>
</value>
<value description="Absolute Acceleration on Z axis" shortcut="ACZ" offset="57" size="10" unit="g">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-2.5</min>
<max>2.5</max>
</scale>
</value>
<enum description="Contact" shortcut="CO" offset="67" size="1">
<item description="Open" value="0" />
<item description="Closed" value="1" />
</enum>
</data>
</profile>
</profiles>
</telegram>
</telegrams>

0 comments on commit 3ea36f6

Please sign in to comment.