Network binding with Item 'Switch'

I have one way RF relay (only receive commands) and i add esp8266 to get feedback from it (when RF relay ON - esp8266 is online).
Time needed ESP8266 to start mqtt is 4 sec.
Is Network binding will toggle my ESP_Switch or only state will changed?

Switch ESP_Switch "Light2" <light> { channel="network:device:192_168_1_27:online", mqtt="<[oh2agdisk:/esp/2/lwt:state:OFF], <[oh2agdisk:/esp/2/sensors/uptime:state:ON]" }

That is a really good question. I don’t know the answer.

The fact that Network is using a Switch implies that it is sending a command, which would toggle your ESP_Switch. But I can’t say that with certainty.

Give it a try and see what happens is the best I have to offer. If you do find out come back and let us know.