Hangboard application 0.0.1

Force sensing hangboard application. Backend communication protocol.

Servers

  • mqtt://t20mqttmosquitto

Operations

  • PUB hangboard/workout/control

    Control the hangboard timer.

    Operation IDonControlTimer

    Accepts the following message:

    ControlTimer
    object

    Examples

  • SUB hangboard/workout/holds

    Information on the currently used holds.

    Operation IDGetConfiguredHolds

    Accepts the following message:

    Holds Used
    object

    Examples

  • SUB hangboard/workout/workoutlist

    List of all available workouts.

    Operation IDGetWorkoutListe

    Accepts the following message:

    List of workouts.
    object

    Examples

  • SUB hangboard/workout/setinfo

    Get information on the current set.

    Operation IDGetSetInfo

    Accepts the following message:

    Current Set
    object

    Examples

  • SUB hangboard/workout/timerstatus

    Information on the current timer status.

    Operation IDGetCurrentTimerStatus

    Accepts the following message:

    Timer Status
    object

    Examples

  • SUB hangboard/workout/status

    Current status of the workout backend.

    Operation IDGetCurrentWorkoutStatus

    Accepts the following message:

    Workout Status
    object

    Examples

  • SUB hangboard/workout/workoutstatus

    Current status of the current workout.

    Operation IDGetCurrentWorkout

    Accepts the following message:

    Workout Description
    object

    Examples

  • SUB hangboard/sensor/load/loadstatus

    Information on the current load status including the calculated values.

    Operation IDGetCurrentLoadStatus

    Accepts the following message:

    Load Status
    object

    Examples

  • SUB hangboard/sensor/sensorstatus

    Current sensor status, i.e. hang status.

    Operation IDGetCurrentSensorStatus

    Accepts the following message:

    Sensor Status
    object

    Examples

  • SUB hangboard/sensor/lastexercise

    Summary of the last exercise.

    Operation IDGetLastExerciseStatistics

    Accepts the following message:

    Last Exercise
    object

    Examples

  • SUB hangboard/workout/userstatistics

    User statistics (i.e. intensity).

    Operation IDGetUserStatistics

    Accepts the following message:

    User statistics.
    object

    Examples

  • SUB hangboard/workout/upcoming

    Upcoming workout data.

    Operation IDGetUpcomingWorkoutData

    Accepts the following message:

    Upcoming workout data.
    object

    Examples

Messages

  • #1ControlTimer
    object
  • #2Holds Used
    object
  • #3List of workouts.
    object
  • #4Current Set
    object
  • #5Timer Status
    object
  • #6Workout Status
    object
  • #7Workout Description
    object
  • #8Load Status
    object
  • #9Sensor Status
    object
  • #10Last Exercise
    object
  • #11User statistics.
    object
  • #12Upcoming workout data.
    object