Corrected scan function. #14
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Scan function correction
The openwebnet command has been changed.
The previously used sequence "#13*66#%d##" would lead tom many answers for a single device, as it is a product configuration request.
The new sequence "#13*73#%d##" is a product information request whose answer is a single line.
The rx sequence has also been introduced.
New pyzigbeesh command
The drv_receive command has been created. It is equivalent to the receive command but it does not open/close the gateway.
it makes easier to view sequences:
(pyzigbeesh) drv_open
(pyzigbeesh) drv_write _#13__66#2##
(pyzigbeesh) drv_receive
*#13_8659261800#9_66#2_0##
(pyzigbeesh) drv_receive
_#13_8659261800#9_66#2_0##
(pyzigbeesh) drv_receive
_#13_8659261801#9_66#2_277##
(pyzigbeesh) drv_receive
_#13_8659261802#9_66#2_1284##
(pyzigbeesh) drv_receive
_#_1##
(pyzigbeesh) drv_close
(pyzigbeesh)