Thank you again for all your help. I have made some progress.
I now have it so that it waits 0.5 seconds for the HS110 to come online, then injects a "false" to the HS100 to set the switch to off. The message payload from the "powerOn Filter" is fed back to the Control Panel switch, so that position of the switch match what the mode the HS110 is in. The TP-Link Kasa app can be used as well and that keeps in sync with the position shown on the control panel switch.
The only issue I am having is an additional message is being created from the powerOn Filter.
[{"id":"2550a1c4.f1502e","type":"tab","label":"TP-Link Smart Switch with Control Panel Switch","disabled":false,"info":""},{"id":"649540a3.def8b","type":"smart-plug","z":"2550a1c4.f1502e","name":"HS110","device":"192.168.1.41","interval":10000,"eventInterval":1000,"x":650,"y":180,"wires":[["b9ef143e.abace8","5bcc6d3c.c5fe24"]]},{"id":"b9ef143e.abace8","type":"debug","z":"2550a1c4.f1502e","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":930,"y":180,"wires":},{"id":"987d5ad4.ea5328","type":"inject","z":"2550a1c4.f1502e","name":"ON","topic":"","payload":"On","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":370,"y":160,"wires":[["649540a3.def8b"]]},{"id":"8fc34e31.d6b17","type":"inject","z":"2550a1c4.f1502e","name":"OFF","topic":"","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":370,"y":220,"wires":[["649540a3.def8b"]]},{"id":"1b5dedc4.f3c9d2","type":"catch","z":"2550a1c4.f1502e","name":"","scope":null,"x":610,"y":60,"wires":[["9014dc0d.7637c"]]},{"id":"9014dc0d.7637c","type":"debug","z":"2550a1c4.f1502e","name":"Error Messages","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":860,"y":80,"wires":},{"id":"124b1396.b570bc","type":"inject","z":"2550a1c4.f1502e","name":"SWITCH","topic":"","payload":"switch","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":380,"y":260,"wires":[["649540a3.def8b"]]},{"id":"6ca45d5d.eccf74","type":"inject","z":"2550a1c4.f1502e","name":"getPowerUpdateEvents","topic":"","payload":"getPowerUpdateEvents","payloadType":"str","repeat":"","crontab":"","once":true,"onceDelay":"0.5","x":390,"y":460,"wires":[["649540a3.def8b"]]},{"id":"5bcc6d3c.c5fe24","type":"change","z":"2550a1c4.f1502e","name":"powerOn Filter","rules":[{"t":"move","p":"payload.powerOn","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":910,"y":300,"wires":[["725ce1bc.3124b","62aa304d.d2032"]]},{"id":"725ce1bc.3124b","type":"debug","z":"2550a1c4.f1502e","name":"PowerOn Messages","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":1170,"y":300,"wires":},{"id":"62aa304d.d2032","type":"ui_switch","z":"2550a1c4.f1502e","name":"Control Panel","label":"switch","group":"ce4b59f5.7b5e88","order":0,"width":0,"height":0,"passthru":false,"decouple":"true","topic":"powerOn","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","x":360,"y":360,"wires":[["649540a3.def8b"]]},{"id":"40204818.11ddc8","type":"inject","z":"2550a1c4.f1502e","name":"","topic":"","payload":"getCloudInfo","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":390,"y":60,"wires":[["649540a3.def8b"]]},{"id":"bc74b481.ac48c8","type":"inject","z":"2550a1c4.f1502e","name":"","topic":"","payload":"getInfo","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":370,"y":20,"wires":[["649540a3.def8b"]]},{"id":"1ca17ca8.b22613","type":"inject","z":"2550a1c4.f1502e","name":"","topic":"","payload":"getQuickInfo","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":390,"y":100,"wires":[["649540a3.def8b"]]},{"id":"916ba9c4.54f8c8","type":"inject","z":"2550a1c4.f1502e","name":"Initial Switch Position","topic":"","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":true,"onceDelay":"0.5","x":340,"y":300,"wires":[["649540a3.def8b"]]},{"id":"ce4b59f5.7b5e88","type":"ui_group","z":"","name":"Smart Plug Test","tab":"85006852.b94c58","disp":true,"width":"6","collapse":false},{"id":"85006852.b94c58","type":"ui_tab","z":"","name":"Smart Plug Test","icon":"dashboard","order":3}]