Object model not fully populated 3.4.4 (Duet2 WiFi)
-
I've noticed a few anomalies in the object model.
Duet Web Control 3.4.4
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.4 (2022-10-20)
Duet WiFi Server Version: 1.27In network section.
-
Attempts to access network.interfaces[0].activeProtocols returns unknown value
-
network.interfaces[0].gateway returns 0.0.0.0 in the OM despite a gateway being defined in config.g
M554 P192.168.1.1
-
network.interfaces[0].signal remain "null" despite a signal showing when M122 is run
-
-
@OwenD Thanks,
activeProtocols
andsignal
are currently only exposed in SBC mode, I'll flag them accordingly in the docs.gateway
should be available though, I'll have a look. -
@chrishamm
Thanks. I'll mark this as solved. -