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
{{ message }}
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
Hi, it would be nice if you could add into the switch case
" case 2:
mySwitch.sendTriState(systemCode);
break;
"
and so you can just send a stream like FFFF01FF1111 (8 codes (0,1,F) and eg M4 type 4 pins to switch)
usage is:
"send FFFF01FF1111 0 2"
the 0 is just for the empty unitcode or could be used as the field of the 1-6 pins to swicht as you like to add...
best regards Bernhard
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, it would be nice if you could add into the switch case
" case 2:
mySwitch.sendTriState(systemCode);
break;
"
and so you can just send a stream like FFFF01FF1111 (8 codes (0,1,F) and eg M4 type 4 pins to switch)
usage is:
"send FFFF01FF1111 0 2"
the 0 is just for the empty unitcode or could be used as the field of the 1-6 pins to swicht as you like to add...
best regards Bernhard
The text was updated successfully, but these errors were encountered: