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

Consecutive requests to a device must wait for a response #58

Closed nao-pon closed 1 year ago

nao-pon commented 1 year ago

After carefully reading the ECHONET Lite specifications, it states that when making consecutive requests to a device, wait for a response before making the next request. It seems that the controller design should conform to that.

rel. #56