The command prusactl printer show does not appears to be able to handle all the information that is provided by the API backend. Specifically, in 1.0.0 the information table are prefaced with the following two lines:
14:29:19 [warning ] Model NetworkInfo received unknown fields: ['wifi_mac', 'wifi_ipv4']
14:29:19 [warning ] Model Printer received unknown fields: ['chamber']
Printer: Core Principle
Probably, these variables are missing in the code that formats API data nicely in the table.
The command
prusactl printer showdoes not appears to be able to handle all the information that is provided by the API backend. Specifically, in 1.0.0 the information table are prefaced with the following two lines:14:29:19 [warning ] Model NetworkInfo received unknown fields: ['wifi_mac', 'wifi_ipv4']
14:29:19 [warning ] Model Printer received unknown fields: ['chamber']
Printer: Core Principle
Probably, these variables are missing in the code that formats API data nicely in the table.