UNPKG

homebridge-zigbee

Version:
7 lines (6 loc) 127 B
module.exports = function parseAttrId(attrId) { if (typeof attrId === 'object') { return attrId.id } return attrId }