Yes, it's so for some historical reasons. Will stay so in 3.x versions, but hopefully will be reworked in 4.0
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menudebug 6debug 0instances = %{ }; // Create empty hash map
instances[".1.1.1"] = "name_one";
instances[".1.1.2"] = "name_two";
return instances;return Instance(displayName: "name_one", name: ".1.2.3");transport = $node->createSNMPTransport();
if (transport != null) {
legend_name = SNMPGetValue(transport, ".1.2.3.4.1");
}