signalk-notification-player
Version:
Customizable audio and text to speech playback of Signal K notifications w/ optional Slack integration
55 lines (52 loc) • 1.1 kB
JSON
{
"openapi": "3.0.0",
"info": {
"version": "1.0.0",
"title": "Signal K Notification Player Plugin OpenApi",
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"paths": {
"/silence": {
"get": {
"tags": [],
"description": "silence active notification plugin Get Endpoint",
"responses": {
"200": {
"properties": {
"message": "string"
}
}
}
}
},
"/resolve": {
"get": {
"tags": [],
"description": "resolve active notification plugin Get Endpoint",
"responses": {
"200": {
"properties": {
"message": "string"
}
}
}
}
},
"/disable": {
"get": {
"tags": [],
"description": "disable notification plugin Get Endpoint",
"responses": {
"200": {
"properties": {
"message": "string"
}
}
}
}
}
}
}