Newer
Older
bathroom-plugin / mattermost / server / plugin.json
{
    "id": "com.mattermost.bathroom",
    "name": "Bathroom Monitor",
    "server": {
        "executable": "bathroom-linux-amd64"
    },
    "settings_schema": {
	"header":"Header",
	"footer":"Footer",
	"settings": [
		{"key":"NumDoors", "display_name":"Number of Door Sensors", "type":"string", "default":"1"},
		{"key":"WatchPath", "display_name":"Folder path to watch for sensor changes", "type":"string", "default":"./"}
	]
    }
}