mirror of
https://github.com/pommi/python-itho-wpu.git
synced 2025-01-31 00:52:44 +01:00
Pim van den Berg
2a25e8148b
feat(itho-wpu): use (hardcoded) datatype from getdatatype in datalog
Action "getdatatype" returns a list of bytes representing the datatype for each field in action "getdatalog". This is a subset of these datatypes: * 0x0: integer (1 byte) * 0xc: integer (1 byte) * 0x10: unsigned integer (2 bytes) * 0x92: 2 decimal signed float (2 bytes)
python-itho-wpu
A python library and a set of command line tools to communicate with an Itho WPU.
Description
Languages
Python
100%