I am wondering what could be the the possible values of /printer/objects/query?print_stats in ['result']['status']['print_stats']['state'].
According to the documentation:
https://moonraker.readthedocs.io/en/stable/printer_objects/#print_stats
"states" can only be :
"standby"
"printing"
"paused"
"complete"
"cancelled"
"error"
On the internet I also found the additional states:
"pausing"
"cancelling"
"resuming
Are the last 3 states (still) valid or have they ever been?
On my tests I could not bring the states to those values on moonraker 0.9.1.0
Thanks for you help 🙂