Comments about -lbs and -gal_us were mixed up. Pounds are the
writable property. Gallons are a read-only convenience.
This commit is contained in:
parent
1a6a1a6436
commit
591c72f5b4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Properties under /consumables/fuel/tank[n]:
|
||||
# + level-gal_us - Current fuel load. Can be set by user code.
|
||||
# + level-lbs - OUTPUT ONLY property, do not try to set
|
||||
# + level-gal_us - OUTPUT ONLY property, do not try to set
|
||||
# + level-lbs - Current fuel load. Can be set by user code.
|
||||
# + selected - boolean indicating tank selection.
|
||||
# + density-ppg - Fuel density, in lbs/gallon.
|
||||
# + capacity-gal_us - Tank capacity
|
||||
|
|
Loading…
Reference in a new issue