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
logging.Log().Debug("LPC deviceConfigurationWriteCB: no device configuration for KeyID %d found on this usecase, possibly write message for other usecase")
225
-
// if no description is found this write request is presumably for another usecase
224
+
logging.Log().Debug("LPC deviceConfigurationWriteCB: no device configuration for KeyID %d found")
226
225
continue
227
226
}
228
227
@@ -241,6 +240,7 @@ func (e *LPC) deviceConfigurationWriteCB(msg *spineapi.Message) {
241
240
}
242
241
}
243
242
243
+
// Only ask for write approval if at least one of the configurations we care about is trying to be set
logging.Log().Debug("LPP deviceConfigurationWriteCB: no device configuration for KeyID %d found on this usecase, possibly write message for other usecase")
225
-
// if no description is found this write request is presumably for another usecase
224
+
logging.Log().Debug("LPP deviceConfigurationWriteCB: no device configuration for KeyID %d found")
226
225
continue
227
226
}
228
227
@@ -241,6 +240,7 @@ func (e *LPP) deviceConfigurationWriteCB(msg *spineapi.Message) {
241
240
}
242
241
}
243
242
243
+
// Only ask for write approval if at least one of the configurations we care about is trying to be set
0 commit comments