From e1ca652bf044341cb524e00d99e643fdcccc38f8 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Thu, 7 Nov 2013 00:31:03 +0100 Subject: [PATCH] Extend mbus_record with storage number, tariff and device --- mbus/mbus-protocol-aux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mbus/mbus-protocol-aux.h b/mbus/mbus-protocol-aux.h index 56a30c5..52cfc54 100755 --- a/mbus/mbus-protocol-aux.h +++ b/mbus/mbus-protocol-aux.h @@ -143,6 +143,9 @@ typedef struct _mbus_record { char *unit; /**< Quantity unit (e.g. Wh) */ char *function_medium; /**< Quantity medium or function (e.g. Electricity) */ char *quantity; /**< Quantity type (e.g. Energy) */ + int device; /**< Quantity device */ + long tariff; /**< Quantity tariff */ + long storage_number; /**< Quantity storage number */ } mbus_record; /**