Subj : src/sbbs3/mqtt.c putnode.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Feb 10 2024 04:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/eb353f570c70af6bbe829d0d Modified Files: src/sbbs3/mqtt.c putnode.cpp Log Message: Resolve off-by-one issue in MQTT node status publishing Make mqtt_putnodedat() use a 1-based node number, like the other putnodedat() functions. The bug (misuse of mqtt_putnodedat) was actually in js_system.c, but fixed the API to match the common expectation. .