Info Schema
Nest Cam (legacy)
sdm.devices.traits.Info
This trait belongs to any device for device-related information.
Fields
| Field | Description | Data Type |
|---|---|---|
customName |
Custom name of the device. Corresponds to the Label value for a device in the Nest App. |
stringExample: "My device" |
Sample GET request and response
Request
GET /enterprises/project-id/devices/device-id
Response
{
"name" : "enterprises/project-id/devices/device-id",
"traits" : {
"sdm.devices.traits.Info" : {
"customName" : "My device"
}
}
}Commands
There are no commands available for this trait.
Errors
See the API Error Code Reference for the full list of API error codes.