The devs want to know what is the “deviceTypeId” for this device currently ?
Here is the info under the results in the response section of the api tool:
75:
_id: “61f2b34d0792a01239465cd3”
batteryPowered: true
category: “dimmable_light”
deviceTypeId: “AXIS_Gear”
gatewayId: “60a35ab10792a016711d098f”
info: Object {“manufacturer”:“AXIS”,“model”:“Gear”}
name: “Vertical Blind”
parentDeviceId: “”
persistent: false
reachable: false
ready: true
roomId: “61301ee40792a01ad5b324c6”
security: “no”
status: “idle”
subcategory: “dimmable_bulb”
type: “device”
And the other one is:
64:
_id: “616178460792a0120c238d9c”
batteryPowered: true
category: “dimmable_light”
deviceTypeId: “AXIS_Gear”
gatewayId: “60a35ab10792a016711d098f”
info: Object {“manufacturer”:“AXIS”,“model”:“Gear”}
name: “Basement Vert. Blind”
parentDeviceId: “”
persistent: false
reachable: true
ready: true
roomId: “6130348d0792a01201f8fe2a”
security: “no”
status: “idle”
subcategory: “dimmable_bulb”
type: “device”
NOTE:
baterryPowered is listed as true but they are plugged into a power outlet
category is listed as a dimmable_light, I think window covering is more correct
Thanks for the assistance.