scottyphillips / pychonet

A simple to use library for interfacing with the ECHONETlite protocol
GNU General Public License v3.0
20 stars 17 forks source link

Get uid and manufacturer with discover #49

Closed nao-pon closed 2 years ago

nao-pon commented 2 years ago

uid (0x83) is not required for all objects. On the other hand, since it is a required item in the node profile class (0x0E-0xF0), get the manufacturer and uid in the method discover().

nao-pon commented 2 years ago

Thanks! 👍