You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As talked before it would be nice to have command replies (for example !bat) to answer with some consistency to command requests for easier handling by software.
As proposed before each command reply can start with the character $.
For example when requesting battery info through !bat the reply from the freakwan device could be $battery 100%, 4.20 volts
In this way we could avoid using for example regexps to handle every reply from the node and easily distiguish between command replies and received messages (from other freakwan nodes)
The text was updated successfully, but these errors were encountered:
As talked before it would be nice to have command replies (for example !bat) to answer with some consistency to command requests for easier handling by software.
As proposed before each command reply can start with the character
$
.For example when requesting battery info through
!bat
the reply from the freakwan device could be$battery 100%, 4.20 volts
In this way we could avoid using for example regexps to handle every reply from the node and easily distiguish between command replies and received messages (from other freakwan nodes)
The text was updated successfully, but these errors were encountered: