UNPKG
pimatic-mjpg
Version:
latest (0.0.1)
0.0.1
pimatic plugin to show mjpg stream
github.com/michbeck100/pimatic-mjpg
michbeck100/pimatic-mjpg
pimatic-mjpg
/
device-config-schema.coffee
12 lines
(11 loc)
•
213 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.exports = { title:
"pimatic-mjpg"
MjpgDevice : title:
"Plugin Properties"
type
:
"object"
extensions: [
"xLink"
] properties: cameraUrl: description:
"URL of mjpg stream"
type
:
"string"
}