Enabled when [output_pin pin_name] is included in printer.cfg. It is possible for multiple output pins to be configured.
{
"value": 0.0
}
An output_pin reports the following state:
value: The currently set value of the pin, in the range of 0.0 - 1.0. A digital pin will always be 0 or 1, whereas a pwm pin may report a value across the entire range.
Add metric collection for custom output pins.
https://moonraker.readthedocs.io/en/latest/printer_objects/
output_pin pin_name
Enabled when
[output_pin pin_name]
is included inprinter.cfg
. It is possible for multiple output pins to be configured.An
output_pin
reports the following state:value
: The currently set value of the pin, in the range of 0.0 - 1.0. A digital pin will always be 0 or 1, whereas a pwm pin may report a value across the entire range.