Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/fledge/plugins/north/http_north/http_north.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
'displayName': 'URL'
},
"source": {
"description": "Source of data to be sent on the stream. May be either readings or statistics.",
"description": "Source of data to be sent on the stream. May be any one of the Readings, Statistics or Audit trails.",
"type": "enumeration",
"default": "readings",
"options": ["readings", "statistics"],
"options": ["readings", "statistics", "audit"],
'order': '2',
'displayName': 'Source'
},
Expand Down