Merge branch 'main' into glossing/wrap-phase-typo

This commit is contained in:
Aria 2025-10-08 16:44:35 -05:00
commit 6f703e48e7

View file

@ -82,7 +82,7 @@ Pattern.prototype.mqtt = function (
cx.connect(props); cx.connect(props);
} }
return this.withHap((hap) => { return this.withHap((hap) => {
const onTrigger = (t_deprecate, hap, currentTime, cps, targetTime) => { const onTrigger = (hap, currentTime, cps, targetTime) => {
let msg_topic = topic; let msg_topic = topic;
if (!cx || !cx.isConnected()) { if (!cx || !cx.isConnected()) {
return; return;