Raspberry gpio keep output

[{"id":"10967622.22791a","type":"debug","z":"f69a811a.4b686","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":750,"y":200,"wires":},{"id":"373750f1.fe51d","type":"rpi-gpio out","z":"f69a811a.4b686","name":"","pin":"7","set":false,"freq":"","out":"out","x":750,"y":140,"wires":},{"id":"a9aedf1c.76254","type":"inject","z":"f69a811a.4b686","name":"","topic":"","payload":"on","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":230,"y":180,"wires":[["ee1aab59.4a8708"]]},{"id":"1d911706.f41df9","type":"delay","z":"f69a811a.4b686","name":"","pauseType":"delay","timeout":"15","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":560,"y":280,"wires":[["5f17cdd6.f1a7d4"]]},{"id":"5f17cdd6.f1a7d4","type":"debug","z":"f69a811a.4b686","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":340,"wires":},{"id":"ee1aab59.4a8708","type":"switch","z":"f69a811a.4b686","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":370,"y":220,"wires":[["1d911706.f41df9","d70ae8cc.38a308"]]},{"id":"d70ae8cc.38a308","type":"trigger","z":"f69a811a.4b686","op1":"1","op2":"0","op1type":"val","op2type":"val","duration":"250","extend":"false","units":"ms","reset":"","bytopic":"all","name":"","x":540,"y":180,"wires":[["373750f1.fe51d","10967622.22791a"]]}]

Above is my node. I want to let GPIO keep the output, but I don't know how to modify it.

This seems to be a reply to Led question start and the flow is not able to be imported