Even adding a change node before the MQTT IN node in dynamic mode and setting msg.qos to 0 makes no diff
I found this out when looking at subscribe packets with my fun MQTT broker and noticed difference between a subscribe from a NR instance and one from an ESP32 (which only does QoS 0) Note: last byte hold the requested QoS of the subscriber
I'm sure we can all live with this but just putting it out there