-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodels.json
46 lines (46 loc) · 1.07 KB
/
models.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"hub": {
"Package": "github.com/merliot/hub/devices/hubdevice",
"Maker": "hubdevice.NewModel"
},
"gadget": {
"Package": "github.com/merliot/hub/devices/gadget",
"Maker": "gadget.NewModel"
},
"relays": {
"Package": "github.com/merliot/hub/devices/relays",
"Maker": "relays.NewModel"
},
"gps": {
"Package": "github.com/merliot/hub/devices/gps",
"Maker": "gps.NewModel"
},
"locker": {
"Package": "github.com/merliot/hub/devices/locker",
"Maker": "locker.NewModel"
},
"qrcode": {
"Package": "github.com/merliot/hub/devices/qrcode",
"Maker": "qrcode.NewModel"
},
"temp": {
"Package": "github.com/merliot/hub/devices/temp",
"Maker": "temp.NewModel"
},
"prostar": {
"Package": "github.com/merliot/hub/devices/prostar",
"Maker": "prostar.NewModel"
},
"camera": {
"Package": "github.com/merliot/hub/devices/camera",
"Maker": "camera.NewModel"
},
"moist": {
"Package": "github.com/merliot/hub/devices/moist",
"Maker": "moist.NewModel"
},
"moistbase": {
"Package": "github.com/merliot/hub/devices/moistbase",
"Maker": "moistbase.NewModel"
}
}