Skip to content

As of now you can insert dictionary key pair { "key": value } only in the readings #1551

@skumarorxa

Description

@skumarorxa

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions