You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Fallback: If neither onOff nor levelControl is present, add onOff by default and log a warning
451
+
if(!hasRequired){
452
+
this.platform.log.warn(`[Matter] PicoRemote type '${type}' did not match onOff or levelControl cluster requirements. Adding onOff cluster by default.`)
453
+
clusters.onOff={onOff: false}
444
454
}
445
455
// Add battery cluster for remotes (all Pico remotes are battery powered)
0 commit comments