Skip to content
Open
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions assets/plugins/streamline-settings.reaplugin/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "streamline-settings.reaplugin",
"author": "Decent",
"name": "Streamline Settings Viewer",
"description": "Displays streamline-bridge application and DE1 machine settings in Streamline Style in an embeddable HTML page. URL:http://localhost:8080/api/v1/plugins/Streamline-settings.reaplugin/ui",
"version": "0.2",
"apiVersion": 1,
"permissions": [
"log",
"api"
],
"settings": {
"RefreshInterval": {
"type": "number",
"description": "Auto-refresh interval in seconds (0 to disable)",
"default": 5
}
},
"api": [
{
"id": "ui",
"type": "http",
"data": {
"body": {
"type": "string",
"description": "Returns an HTML page displaying current REA and DE1 settings"
}
}
}
]
}
Loading