-
Notifications
You must be signed in to change notification settings - Fork 3
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
838dad6
commit 6252880
Showing
4 changed files
with
37 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
package api | ||
|
||
type AugustDeviceMetadata struct { | ||
LockId string `json:"lock_id"` | ||
LockName string `json:"lock_name"` | ||
HouseName string `json:"house_name"` | ||
HouseId *string `json:"house_id,omitempty"` | ||
HasKeypad bool `json:"has_keypad"` | ||
Model *string `json:"model,omitempty"` | ||
KeypadBatteryLevel *string `json:"keypad_battery_level,omitempty"` | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
package api | ||
|
||
type NukiDeviceMetadata struct { | ||
KeypadBatteryCritical *bool `json:"keypad_battery_critical,omitempty"` | ||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
package api | ||
|
||
type SchlageDeviceMetadata struct { | ||
DeviceId string `json:"device_id"` | ||
DeviceName string `json:"device_name"` | ||
AccessCodeLength int `json:"access_code_length"` | ||
Model *string `json:"model,omitempty"` | ||
LocationId *string `json:"location_id,omitempty"` | ||
} |