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
On Linux, demos LEDs and Vibration don't report anything until connected. They should. Currently, only way to do this would be using this type of observer, which would be too clumsy:
.onLifecycleEvents(newCoronataLifecycleEventsObserver() {
@OverridepublicvoidwiiRemoteIdentified() {
// TODO Auto-generated method stub
}
@OverridepublicvoidsearchStarted() {
// TODO Auto-generated method stub
}
@OverridepublicvoidsearchFinished() {
// TODO Auto-generated method stub
}
@OverridepublicvoidlibraryLoaded() {
// TODO Auto-generated method stub
}
@OverridepublicvoiderrorOccurred(CoronataExceptione) {
// TODO Auto-generated method stub
}
@Overridepublicvoiddisconnected() {
// TODO Auto-generated method stub
}
@OverridepublicvoiddeviceRejectedIdentification(Stringaddress,
StringdeviceClass) {
// TODO Auto-generated method stub
}
@OverridepublicvoiddeviceIdentifiedAsNotWiiRemote(Stringaddress,
StringdeviceClass) {
// TODO Auto-generated method stub
}
@OverridepublicvoidcoronataStarted() {
// TODO Auto-generated method stub
}
@Overridepublicvoidconnected(CoronataWiiRemotewiiRemote) {
// TODO Auto-generated method stub
}
@OverridepublicvoidbluetoothDeviceFound(Stringaddress, StringdeviceClass) {
// TODO Auto-generated method stub
}
})
The text was updated successfully, but these errors were encountered:
On Linux, demos LEDs and Vibration don't report anything until connected. They should. Currently, only way to do this would be using this type of observer, which would be too clumsy:
The text was updated successfully, but these errors were encountered: