Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

enocean

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enocean - npm Package Compare versions

Comparing version
0.23
to
0.24
+1
-1
enocean.egg-info/PKG-INFO
Metadata-Version: 1.0
Name: enocean
Version: 0.23
Version: 0.24
Summary: EnOcean serial protocol implementation

@@ -5,0 +5,0 @@ Home-page: https://github.com/kipe/enocean

@@ -10,7 +10,7 @@ # -*- encoding: utf-8 -*-

logger = logging.getLogger('enocean')
logger.setLevel(logging.DEBUG)
logger.setLevel(level)
ch = logging.StreamHandler()
ch.setLevel(logging.DEBUG)
ch.setLevel(level)
ch.setFormatter(formatter)
logger.addHandler(ch)
<?xml version="1.0" encoding="utf-8"?>
<telegrams>
<telegram rorg="0xF6" type="RPS">
<profiles description="Rocker switch, 2 rocker" func="0x02">
<profile type="0x04">
<telegram rorg="0xF6" type="RPS" description="RPS Telegram">
<profiles func="0x02" description="Rocker Switch, 2 Rocker">
<profile type="0x02" description="Light and Blind Control - Application Style 2">
<data>
<enum shortcut="R1" description="Rocker 1st action" offset="0" size="3">
<enum description="Rocker 1st action" shortcut="R1" offset="0" size="3">
<item description="Button AI" value="0" />

@@ -13,7 +13,7 @@ <item description="Button AO" value="1" />

</enum>
<enum shortcut="EBO" description="Energy bow" offset="3" size="1">
<enum description="Energy bow" shortcut="EBO" offset="3" size="1">
<item description="released" value="0" />
<item description="pressed" value="1" />
</enum>
<enum shortcut="R2" description="Rocker 2nd action" offset="4" size="3">
<enum description="Rocker 2nd action" shortcut="R2" offset="4" size="3">
<item description="Button AI" value="0" />

@@ -24,3 +24,3 @@ <item description="Button AO" value="1" />

</enum>
<enum shortcut="SA" description="2nd action valid" offset="7" size="1">
<enum description="2nd action" shortcut="SA" offset="7" size="1">
<item description="No 2nd action" value="0" />

@@ -33,7 +33,7 @@ <item description="2nd action valid" value="1" />

</telegram>
<telegram rorg="0xD5" type="1BS">
<profiles description="Contacts and switches" func="0x00">
<profile type="0x01">
<telegram rorg="0xD5" type="1BS" description="1BS Telegram">
<profiles func="0x00" description="Contacts and Switches">
<profile type="0x01" description="Single Input Contact">
<data>
<enum shortcut="CO" description="Contact" offset="7" size="1">
<enum description="Contact" shortcut="CO" offset="7" size="1">
<item description="open" value="0" />

@@ -46,7 +46,7 @@ <item description="closed" value="1" />

</telegram>
<telegram rorg="0xA5" type="4BS">
<profiles description="Temperature sensors" func="0x02">
<profile type="0x05">
<telegram rorg="0xA5" type="4BS" description="4BS Telegram">
<profiles func="0x02" description="Temperature Sensors">
<profile type="0x05" description="Temperature Sensor Range 0°C to +40°C">
<data>
<value shortcut="TMP" description="Temperature (linear)" offset="16" size="8" unit="C">
<value description="Temperature (linear)" shortcut="TMP" offset="16" size="8" unit="C">
<range>

@@ -64,4 +64,4 @@ <min>255</min>

</profiles>
<profiles description="Brightness sensors" func="0x06">
<profile type="0x01">
<profiles func="0x06" description="Light Sensor">
<profile type="0x01" description="Range 300lx to 60.000lx">
<data>

@@ -68,0 +68,0 @@ <value shortcut="BGT" description="Brightness (linear)" offset="8" size="8" unit="lux">

Metadata-Version: 1.0
Name: enocean
Version: 0.23
Version: 0.24
Summary: EnOcean serial protocol implementation

@@ -5,0 +5,0 @@ Home-page: https://github.com/kipe/enocean

@@ -9,3 +9,3 @@ #!/usr/bin/env python

name='enocean',
version='0.23',
version='0.24',
description='EnOcean serial protocol implementation',

@@ -12,0 +12,0 @@ author='Kimmo Huoman',