mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-06 02:01:37 -07:00
descriptions cleanup
This commit is contained in:
@@ -71,18 +71,18 @@ class Device(ObjectType):
|
|||||||
devIsArchived = Int(description="Is archived flag (0 or 1)")
|
devIsArchived = Int(description="Is archived flag (0 or 1)")
|
||||||
devParentMAC = String(description="Parent device MAC address")
|
devParentMAC = String(description="Parent device MAC address")
|
||||||
devParentPort = String(description="Parent device port")
|
devParentPort = String(description="Parent device port")
|
||||||
devIcon = String(description="Device icon name")
|
devIcon = String(description="Base64-encoded HTML/SVG markup used to render the device icon")
|
||||||
devGUID = String(description="Unique device GUID")
|
devGUID = String(description="Unique device GUID")
|
||||||
devSite = String(description="Site name")
|
devSite = String(description="Site name")
|
||||||
devSSID = String(description="SSID connected to")
|
devSSID = String(description="SSID connected to")
|
||||||
devSyncHubNode = String(description="Sync hub node name")
|
devSyncHubNode = String(description="Sync hub node name")
|
||||||
devSourcePlugin = String(description="Plugin that discovered the device")
|
devSourcePlugin = String(description="Plugin that discovered the device")
|
||||||
devCustomProps = String(description="Custom properties in JSON format")
|
devCustomProps = String(description="Base64-encoded custom properties in JSON format")
|
||||||
devStatus = String(description="Online/Offline status")
|
devStatus = String(description="Online/Offline status")
|
||||||
devIsRandomMac = Int(description="Calculated: Is MAC address randomized?")
|
devIsRandomMac = Int(description="Calculated: Is MAC address randomized?")
|
||||||
devParentChildrenCount = Int(description="Calculated: Number of children attached to this parent")
|
devParentChildrenCount = Int(description="Calculated: Number of children attached to this parent")
|
||||||
devIpLong = Int(description="Calculated: IP address in long format")
|
devIpLong = Int(description="Calculated: IP address in long format")
|
||||||
devFilterStatus = String(description="Calculated: Status for UI filtering")
|
devFilterStatus = String(description="Calculated: Device status for UI filtering")
|
||||||
devFQDN = String(description="Fully Qualified Domain Name")
|
devFQDN = String(description="Fully Qualified Domain Name")
|
||||||
devParentRelType = String(description="Relationship type to parent")
|
devParentRelType = String(description="Relationship type to parent")
|
||||||
devReqNicsOnline = Int(description="Required NICs online flag")
|
devReqNicsOnline = Int(description="Required NICs online flag")
|
||||||
@@ -101,7 +101,7 @@ class Setting(ObjectType):
|
|||||||
setKey = String(description="Unique configuration key")
|
setKey = String(description="Unique configuration key")
|
||||||
setName = String(description="Human-readable setting name")
|
setName = String(description="Human-readable setting name")
|
||||||
setDescription = String(description="Detailed description of the setting")
|
setDescription = String(description="Detailed description of the setting")
|
||||||
setType = String(description="Data type (string, bool, int, etc.)")
|
setType = String(description="Config-driven type definition used to determine value type and UI rendering")
|
||||||
setOptions = String(description="JSON string of available options")
|
setOptions = String(description="JSON string of available options")
|
||||||
setGroup = String(description="UI group for categorization")
|
setGroup = String(description="UI group for categorization")
|
||||||
setValue = String(description="Current value")
|
setValue = String(description="Current value")
|
||||||
|
|||||||
Reference in New Issue
Block a user