st-schema-nodejs icon indicating copy to clipboard operation
st-schema-nodejs copied to clipboard

deviceCookie missing in Device class

Open mlprs opened this issue 5 months ago • 0 comments

There seem to be no support in st-schema-nodejs for adding deviceCookie as part of discoveryResponse. Please refer properties supported currently in the "class Device: in DiscoveryDevice.js /*

  • @typedef {Object} Device
  • @property {string} externalDeviceId
  • @property {string} friendlyName
  • @property {string} deviceHandlerType
  • @property {Object} manufacturerInfo
  • @property {string} manufacturerInfo.manufacturerName
  • @property {string} manufacturerInfo.modelName
  • @property {string} manufacturerInfo.hwVersion
  • @property {string} manufacturerInfo.swVersion
  • @property {Object} deviceContext
  • @property {string} deviceContext.roomName
  • @property {string[]} deviceContext.groups
  • @property {string[]} deviceContext.categories
  • @property {Object} components */

Please update st-schema-nodejs lib with support for deviceCookie.

mlprs avatar Jan 09 '24 05:01 mlprs