Skip to content

Commit

Permalink
Merge pull request #66 from foogod/full-samples
Browse files Browse the repository at this point in the history
Add detailed samples for all APIs (and a collection script)
  • Loading branch information
vloschiavo committed Dec 26, 2021
2 parents 78af413 + 2d1bce5 commit da36f57
Show file tree
Hide file tree
Showing 167 changed files with 99,630 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/21.39.1-foogod/running/auth.toggle.supported.json
@@ -0,0 +1,3 @@
{
"toggle_auth_supported": true
}
9 changes: 9 additions & 0 deletions samples/21.39.1-foogod/running/autoconfig.status.json
@@ -0,0 +1,9 @@
{
"status": "not_applicable",
"running": false,
"retry_possible": false,
"have_registered": false,
"have_timezone": false,
"have_gridcode": false,
"grid_availability": ""
}
14 changes: 14 additions & 0 deletions samples/21.39.1-foogod/running/config.completed.json
@@ -0,0 +1,14 @@
{
"din": "1232100-00-E--<<GATEWAY_TSN>>",
"start_time": "2021-12-10 16:38:39 +0800",
"up_time_seconds": "55h46m14.553016451s",
"is_new": false,
"version": "21.39.1 7759c368",
"git_hash": "7759c368f4e96326389d76703a8a2ae27f091c45",
"commission_count": 10,
"device_type": "teg",
"sync_type": "v2.1",
"leader": "",
"followers": null,
"cellular_disabled": false
}
3 changes: 3 additions & 0 deletions samples/21.39.1-foogod/running/config.json
@@ -0,0 +1,3 @@
{
"vin": "1232100-00-E--<<GATEWAY_TSN>>"
}
7 changes: 7 additions & 0 deletions samples/21.39.1-foogod/running/customer.json
@@ -0,0 +1,7 @@
{
"marketing": true,
"registered": true,
"privacy_notice": true,
"grid_services": true,
"limited_warranty": true
}
8 changes: 8 additions & 0 deletions samples/21.39.1-foogod/running/customer.registration.json
@@ -0,0 +1,8 @@
{
"privacy_notice": true,
"limited_warranty": true,
"grid_services": true,
"marketing": true,
"registered": true,
"timed_out_registration": false
}
@@ -0,0 +1,3 @@
[
"DownstreamATS"
]
4 changes: 4 additions & 0 deletions samples/21.39.1-foogod/running/generators.json
@@ -0,0 +1,4 @@
{
"disconnect_type": "None",
"generators": []
}

0 comments on commit da36f57

Please sign in to comment.