[ST Edge] Does this typos affect API functionality ? ( APIv0 Hub Release 40.X )

cosock/socket/zigbee.lua

local recvmethods = {
  receive = "timeout",
}

local sendmethods = {
  send = "timout", -- missing "e" - timeout
}

st/zigbee/device.lua

local CONFIGURED_ATTRIBUTES_KEY = "__confgured_attributes" -- missing "i" - configured

I detected it when trying to understand how to send an event with timeout defined or a way to detect whether timeout occurred. I still didn’t find.

1 Like

Thank you for bringing this to our attention, I’ll create a report for the engineering team so they can analyze that further.
Once I get their feedback, I’ll share it with you.

2 Likes