Skip to content

Commit 11b382a

Browse files
authored
Merge pull request #10 from RadiantLabs/use-fake-address
Use fake address
2 parents 43ad976 + 0c746df commit 11b382a

12 files changed

+24
-24
lines changed

docs/source/examples/request/timelines/post/automated_measures_new_heat_pump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"addressFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"timelines": [
44
{
55
"models": [
@@ -14,4 +14,4 @@
1414
]
1515
}
1616
]
17-
}
17+
}

docs/source/examples/request/timelines/post/extensive_inputs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"addressFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"addressComponents": {
4-
"addressLine1": "501 Randall Rd",
4+
"addressLine1": "197 Randall Rd",
55
"city": "Ballston Spa",
66
"stateAbbreviation": "NY",
77
"zipCode": "12020"
@@ -279,4 +279,4 @@
279279
]
280280
}
281281
]
282-
}
282+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"addressFull": "501 RANDALL RD, BALLSTON SPA, NY 12020"
3-
}
2+
"addressFull": "197 RANDALL RD, BALLSTON SPA, NY 12020"
3+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"addressFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"globalControls": {
44
"resolution": ["annual", "monthly"]
55
}
6-
}
6+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"addressFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"globalControls": {
44
"resolution": ["annual", "monthly", "hourly"]
55
}
6-
}
6+
}

docs/source/examples/response/timelines/post/automated_measures_new_heat_pump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"addressFoundFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFoundFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"addressFoundComponents": {
4-
"addressLine1": "501 Randall Rd",
4+
"addressLine1": "197 Randall Rd",
55
"city": "Ballston Spa",
66
"stateAbbreviation": "NY",
77
"zipCode": "12020"

docs/source/examples/response/timelines/post/extensive_inputs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"addressFoundFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFoundFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"addressFoundComponents": {
4-
"addressLine1": "501 Randall Rd",
4+
"addressLine1": "197 Randall Rd",
55
"city": "Ballston Spa",
66
"stateAbbreviation": "NY",
77
"zipCode": "12020"
@@ -2220,4 +2220,4 @@
22202220
}
22212221
}
22222222
}
2223-
}
2223+
}

docs/source/examples/response/timelines/post/simple_bare_bones.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"addressFoundFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFoundFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"addressFoundComponents": {
4-
"addressLine1": "501 Randall Rd",
4+
"addressLine1": "197 Randall Rd",
55
"city": "Ballston Spa",
66
"stateAbbreviation": "NY",
77
"zipCode": "12020"

docs/source/examples/response/timelines/post/simple_with_monthly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"addressFoundFull": "501 RANDALL RD, BALLSTON SPA, NY 12020",
2+
"addressFoundFull": "197 RANDALL RD, BALLSTON SPA, NY 12020",
33
"addressFoundComponents": {
4-
"addressLine1": "501 Randall Rd",
4+
"addressLine1": "197 Randall Rd",
55
"city": "Ballston Spa",
66
"stateAbbreviation": "NY",
77
"zipCode": "12020"

0 commit comments

Comments
 (0)