More interesting is the deviceTypeId’s of the endpoints. Can you run a “smartthings devices -j” on the deviceId using the CLI and post the endpoints here? This is a snippet of what it would look like:
"endpoints": [
{
"endpointId": 0,
"deviceTypes": [
{
"deviceTypeId": 22
}
]
},
{
"endpointId": 1,
"deviceTypes": [
{
"deviceTypeId": 269
}
]
},
{
"endpointId": 2,
"deviceTypes": [
{
"deviceTypeId": 262
}
]
},
{
"endpointId": 3,
"deviceTypes": [
{
"deviceTypeId": 263
}
]
Alternatively, you can get the same thing from the Details of the device from the API Browser+ (which also converts the values to hex as they should be displayed).