Versions in this module Expand all Collapse all v0 v0.9.1 Aug 22, 2024 v0.9.0 Jul 12, 2024 Changes in this version + var Mode464XLAT = Mode + var ModeBridge = Mode + var ModeDSLite = Mode + var ModeFixedIPs = Mode + var ModeLocalRouter = Mode + var ModeMapE = Mode + var ModeMeshRepeater = Mode + var ModeMultipleFixedIPs = Mode + var ModePPPoERouter = Mode + var ModeWirelessLANAdapter = Mode + var ModeWirelessLANRepeater = Mode + func ProductName(ctx context.Context, addr string) (string, error) + type Device struct + Address string + ProductName string + SystemMode Mode + func Search(ctx context.Context, addr string) (*Device, error) + type Mode struct + ID int + Name string + NameJA string + func SystemMode(ctx context.Context, addr string) (Mode, error)