readings has the following attributes asset_code, timestamp, reading etc. I want to insert another attributes "events" which is filter using python35 the events is list of dictionary. In the format "events" : [ { "name": "CB", "value": 1 } , {"name": EF : "value": 0 }] but not able to insert this key asset in filter readings when using python35. The filter is working without error in south plugin but in the Http north plugin when posting this data to the DB I do not see this "event" in payload. As of payload can accept simple Key value pair only. How to implement this use case