-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e2e3af
commit 08f7e41
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
package config | ||
|
||
// These constants are from the customer: | ||
// Configuration-API Acceptance Testing (844457745a1111ef880836000a52e73e) | ||
// And therefore the client_id and client_secret used for the acceptance tests must match this | ||
// customer. | ||
const WiredNetworkUid = "ethernet-0ee5b46c2ef0" | ||
const WiredNetworkName = "tf-provider-acceptance-tests-ethernet-0" | ||
const WirelessNetworkUid = "ssid-bf704ff37dc0" | ||
const WirelessNetworkName = "tf-provider-acceptance-tests-ssid-0" | ||
const ServiceTestUid = "6f81e43d-76f1-4a15-aafe-4ce2371d918a" | ||
const ServiceTestName = "tf-provider-acceptance-test-0" | ||
const SensorUid = "4b031caf-cea8-411d-8928-79f518163dae" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters