This action logs body mass in pounds or kilograms to your iPhone's Health app.
- API endpoint slug
- ios_health.log_body_mass
- Filter code method
- IosHealth.logBodyMass.skip(string?: reason)
- Runtime method
- runAction("ios_health.log_body_mass", {})
Action fields
- Label
- Weight
- Helper text
- e.g. 182
- Slug
- number_of_units
- Required
- true
- Can have default value
- true
- Filter code method
- IosHealth.logBodyMass.setNumberOfUnits(string: numberOfUnits)
- Label
- Units
- Slug
- units
- Required
- true
- Can have default value
- true
- Filter code method
- IosHealth.logBodyMass.setUnits(string: units)
- Label
- Date and time weighed
- Helper text
- Optional and will use current time if blank
- Slug
- occurred_at
- Required
- false
- Can have default value
- true
- Filter code method
- IosHealth.logBodyMass.setOccurredAt(string: occurredAt)