io.github.francwhite.raros.client.connector.Status Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raros-client Show documentation
Show all versions of raros-client Show documentation
Client library to interact with raros
package io.github.francwhite.raros.client.connector;
public record Status(boolean IsAvailable,
boolean IsMoving,
boolean IsPlayingTone,
boolean IsMagnetActive,
boolean IsCollisionDetectionActive) {
}