Update terminology to match the protocol specs

This commit is contained in:
2025-03-06 12:34:17 +00:00
parent 72719af72f
commit cfe0b17f66
2 changed files with 16 additions and 16 deletions

View File

@@ -18,45 +18,45 @@ This is an example of the JSON file produced, filtered down to one Zone.
],
"nodes": [
{
"name": "nas-afp",
"object": "nas-afp",
"type": "TimeLord",
"address": "5311.212",
"port": "129",
"socket": "129",
"zone": "Doofnet"
},
{
"name": "nas-afp",
"object": "nas-afp",
"type": "AFPServer",
"address": "5311.212",
"port": "128",
"socket": "128",
"zone": "Doofnet"
},
{
"name": "HP LJ Pro 200 Color",
"object": "HP LJ Pro 200 Color",
"type": "LaserWriter",
"address": "5311.212",
"port": "130",
"socket": "130",
"zone": "Doofnet"
},
{
"name": "nas-afp",
"object": "nas-afp",
"type": "netatalk",
"address": "5311.212",
"port": "4",
"socket": "4",
"zone": "Doofnet"
},
{
"name": "nas-afp",
"object": "nas-afp",
"type": "Workstation",
"address": "5311.212",
"port": "4",
"socket": "4",
"zone": "Doofnet"
},
{
"name": "jrouter v0.0.12",
"object": "jrouter v0.0.12",
"type": "AppleRouter",
"address": "5311.1",
"port": "253",
"socket": "253",
"zone": "Doofnet"
}
]