Action
class Action
A Luscii action, a scheduled measurement the user may take.
Actions are equal to other Actions by their id only.
Types
Link copied to clipboard
Link copied to clipboard
class Instrument
A specification of how something can be measured.
Link copied to clipboard
The status of whether this action is launchable.
Link copied to clipboard
data class Measurements(val action: Action, val completedAt: ZonedDateTime, instrumentMeasurements: List<Action.Instrument.Measurements>) : List<Action.Instrument.Measurements>
A collection of measurements per Instrument that were taken for the given action.
Properties
Link copied to clipboard
Category of the action.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether this is a self-care action, meaning it was returned from Luscii.getSelfCareActions.