diff --git a/README.rst b/README.rst index 11ce600..47fc884 100644 --- a/README.rst +++ b/README.rst @@ -205,10 +205,12 @@ Accessing the telegrams information as attributes directly: telegram Out[3]: + telegram.CURRENT_ELECTRICITY_USAGE + Out[4]: telegram.CURRENT_ELECTRICITY_USAGE.value - Out[4]: Decimal('2.027') + Out[5]: Decimal('2.027') telegram.CURRENT_ELECTRICITY_USAGE.unit - Out[5]: 'kW' + Out[6]: 'kW' The telegram object has an iterator, can be used to find all the information elements in the current telegram: