-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add /user_identities code sample definitions #417
Conversation
@andrii-balitskyi Why did those two files get deleted? |
@DebbieAtSeam hmm, not sure. Automated workflow removed them here dd768be. Looking into it... |
Co-authored-by: DebbieAtSeam <[email protected]>
body: | ||
accessible_devices: | ||
- device_id: '054765c8-a2fc-4599-b486-14c19f462c45' | ||
nickname: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nickname: '' |
is_cooling: false | ||
is_heating: false | ||
manufacturer: 'nest' | ||
nest_metadata: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nest_metadata: |
custom_name: '' | ||
device_name: 'enterprises/nest_project_id/devices/AVPHwEvjFcX-wRmGdXApyxON24SAI0S9oU13a2GSVFLPVehUKH1ATqlASyKi2N2dbJCVW-B6-VxgbhdjUyyjA-K3Vo5C9g' | ||
nest_device_id: 'bcca8c5f-1854-4906-9911-c877d513e00a' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
custom_name: '' | |
device_name: 'enterprises/nest_project_id/devices/AVPHwEvjFcX-wRmGdXApyxON24SAI0S9oU13a2GSVFLPVehUKH1ATqlASyKi2N2dbJCVW-B6-VxgbhdjUyyjA-K3Vo5C9g' | |
nest_device_id: 'bcca8c5f-1854-4906-9911-c877d513e00a' |
name: '' | ||
appearance: | ||
name: '' | ||
model: | ||
display_name: 'Thermostat' | ||
manufacturer_display_name: 'Nest' | ||
accessory_keypad_supported: false | ||
image_url: 'https://connect.getseam.com/assets/images/devices/unknown-lock.png' | ||
image_alt_text: 'Placeholder Lock Image' | ||
is_climate_setting_schedule_active: false | ||
location: null | ||
connected_account_id: '44284499-a50b-4947-86c1-58264f014be5' | ||
workspace_id: '398d80b7-3f96-47c2-b85a-6f8ba21d07be' | ||
created_at: '2024-02-29T21:57:33.397Z' | ||
errors: [] | ||
warnings: [] | ||
is_managed: true | ||
custom_metadata: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: '' | |
appearance: | |
name: '' | |
model: | |
display_name: 'Thermostat' | |
manufacturer_display_name: 'Nest' | |
accessory_keypad_supported: false | |
image_url: 'https://connect.getseam.com/assets/images/devices/unknown-lock.png' | |
image_alt_text: 'Placeholder Lock Image' | |
is_climate_setting_schedule_active: false | |
location: null | |
connected_account_id: '44284499-a50b-4947-86c1-58264f014be5' | |
workspace_id: '398d80b7-3f96-47c2-b85a-6f8ba21d07be' | |
created_at: '2024-02-29T21:57:33.397Z' | |
errors: [] | |
warnings: [] | |
is_managed: true | |
custom_metadata: {} |
wrt #411