I recently established DtD linking between an NSM2 and NSM5. When enabling POE pass through on the advanced settings page of the NSM2, I learned the empty checkbox labeled "OFF" must be checked (and the change saved) to enabled pass through. This seems rather counterintuitive to me, and maybe it would to others also setting up DtD for the first time. As it is presented now, I assume the thought is that checking this box turns off an inhibition of the pass through capability.
In any event, would it perhaps be preferable in later versions of the firmware to instead label this checkbox with "ON"?
Ken - AE8I
Ken - AE8I
How about the language look like this with a check block next to it:
Enable PoE Pass-through.
If the box is checked it is turned on.
-Damon K9CQB
Could something like:
[html]
[form]
[input type="radio" name="poe-pass-thru" value="off" checked] Off[br]
[input type="radio" name="poe-pass-thru" value="on"] On[br]
[/form]
[/html]
be used?
-Damon K9CQB