Skip to content

Commit 7f68f89

Browse files
Merge pull request #105 from luntim/master
updated traxmate yaml
2 parents 9f5b744 + 4062878 commit 7f68f89

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

traxmate.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
template-id: traxmate
22
name: Traxmate
3-
description: Send data to Traxmate via TTI adapter
4-
logo-url: https://traxmate.io/wp-content/uploads/2023/10/8429011b-92b9-4f53-b9fd-49285d29c437.png
3+
description: Send data to your Traxmate account
4+
logo-url: https://traxmate.io/wp-content/uploads/2024/04/traxmate-logo.white_.small_.png
55
info-url: https://traxmate.io
66
documentation-url: https://traxmate.io/docs-category/getting-started/
77
fields:
88
- id: token
9-
name: Servicetoken
10-
description: Traxmate API Servicetoken - found under Settings -> Account
9+
name: Service Token
10+
description: Traxmate API Service Token - found under Integrations
1111
secret: true
1212
format: json
1313
headers:
1414
Content-Type: application/json
1515
create-downlink-api-key: true
16-
base-url: https://capture.v1.traxmate.io/capture/service/{token}
16+
base-url: https://tlc.traxmate.io/lora/ttn/{token}
17+
paths:
18+
uplink-message: /up
19+
normalized-uplink: /normup
20+
location-solved: /loc
21+
service-data: /sd
1722

0 commit comments

Comments
 (0)