u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
80 stars 41 forks source link

Add GET.WITH_LIST service #38

Closed Krolken closed 3 years ago

Krolken commented 3 years ago

Add the GET.WITH_LIST service.

Add APDUS, update APDU-facories. Add STATE.

API in client should be a separate method from get

Example:


def get_many(attributes: List[cosem.CosemAttributes]) -> List[DlmsData]:
   ...