-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.json
34 lines (34 loc) · 1.15 KB
/
meta.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
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "viam:lorawan",
"visibility": "public",
"url": "https://github.com/oliviamiller/lorawan",
"description": "A module to collect data from LoRaWAN sensors",
"models": [
{
"api": "rdk:component:sensor",
"model": "viam:lorawan:sx1302-gateway",
"markdown_link": "README.md#attributes",
"short_description": "A sensor component for a sx1302 LoRaWAN gateway HAT."
},
{
"api": "rdk:component:sensor",
"model": "viam:lorawan:node",
"markdown_link": "README.md#configure-the-viamsensornode",
"short_description": "A sensor component for a LoRaWAN node."
},
{
"api": "rdk:component:sensor",
"model": "viam:lorawan:dragino-LHT65N",
"markdown_link": "README.md#configure-the-viamsensornode",
"short_description": "A sensor component for a dragino LHT65N LoRaWAN node."
}
],
"build": {
"path": "module.tar.gz",
"build": "make module.tar.gz",
"arch": ["linux/arm64"]
},
"entrypoint": "lorawan",
"first_run": "first_run.sh"
}