mirror of
https://github.com/home-assistant/core.git
synced 2025-06-04 21:27:10 +00:00

* Update __init__.py Support for 2 new 4-byte PLC datatypes DINT and UDINT * Update __init__.py * Fix lint issue * Update __init__.py * Update __init__.py * Update __init__.py * Support for 2 new PLC types Sensor supports DINT and UDINT PLC types * Update __init__.py I removed unused TYPES = [ADSTYPE_INT, ADSTYPE_UINT, ADSTYPE_BYTE, ADSTYPE_DINT, ADSTYPE_UDINT]