Osram Smart+ Socket with zigbee2mqtt

I would like to be able to switch my osram socket into node red. Unfortunately that is not so easy with a switch before the mqtt_out. what do I have to do so that I can switch my osram smart + socket? the log on my raspi currently looks like this:

zigbee2mqtt:info  2019-11-24T16:37:43: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"interview_successful","meta":{"friendly_name":"0x7cb03eaa0a01a169","model":"AB3257001NJ","vendor":"OSRAM","description":"Smart+ plug","supported":true}}'
zigbee2mqtt:info  2019-11-24T16:37:43: Configuring '0x7cb03eaa0a01a169'
zigbee2mqtt:info  2019-11-24T16:37:44: Succesfully configured '0x7cb03eaa0a01a169'
zigbee2mqtt:info  2019-11-24T16:37:47: MQTT publish: topic 'zigbee2mqtt/0x7cb03eaa0a01a169', payload '{"state":"ON","linkquality":7}'

I don't use zigbee2mqtt myself, but wouldnt a message (formed in a eg. a change node) with topic zigbee2mqtt/0x7cb03eaa0a01a169/set and payload {"state":"toggle"} to the mqtt_out node do it, if the OSRAM is supported ?