The example at https://github.com/rossmann-engineering/eeip.py/blob/c0b1428c108f9d791645a2999c71555d92e96c0e/eeip/eipclient.py#L1305 Shows the `value` as an array, has that been tested it when setting up an attribute requiring array of byte as input? I have tried to set those up by something like `[8,8,8,8]` with no luck.
The example at
eeip.py/eeip/eipclient.py
Line 1305 in c0b1428
Shows the
valueas an array, has that been tested it when setting up an attribute requiring array of byte as input?I have tried to set those up by something like
[8,8,8,8]with no luck.