File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ <h3>Inputs</h3>
2525< dt > For < code > Connect</ code > operation:</ dt >
2626< dd >
2727In order to connect a peripheral device, set < code > msg.topic</ code > to < code > connect</ code > .
28+ < code > msg.payload</ code > is always ignored.
2829</ dd >
2930< dt > For < code > Disonnect</ code > operation:</ dt >
3031< dd >
3132In order to disconnect a peripheral device, set < code > msg.topic</ code > to < code > disconnect</ code > .
33+ < code > msg.payload</ code > is always ignored.
3234</ dd >
3335< dt > For < code > Read</ code > operation:</ dt >
3436< dd >
@@ -92,10 +94,12 @@ <h3>Inputs</h3>
9294< dt > For < code > Connect</ code > operation:</ dt >
9395< dd >
9496In order to connect a peripheral device, set < code > msg.topic</ code > to < code > connect</ code > .
97+ < code > msg.payload</ code > is always ignored.
9598</ dd >
9699< dt > For < code > Disonnect</ code > operation:</ dt >
97100< dd >
98101In order to disconnect a peripheral device, set < code > msg.topic</ code > to < code > disconnect</ code > .
102+ < code > msg.payload</ code > is always ignored.
99103</ dd >
100104</ p >
101105</ script >
You can’t perform that action at this time.
0 commit comments