mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
FIX: lowercase MAC normalization across project v0.2
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -458,7 +458,7 @@ class DeleteDevicesRequest(BaseModel):
|
||||
{
|
||||
"summary": "Delete specific devices",
|
||||
"value": {
|
||||
"macs": ["AA:BB:CC:DD:EE:FF", "AA:BB:CC:DD:*"],
|
||||
"macs": ["aa:bb:cc:dd:ee:ff", "aa:bb:cc:dd:*"],
|
||||
"confirm_delete_all": False
|
||||
}
|
||||
}
|
||||
@@ -570,7 +570,7 @@ class WakeOnLanResponse(BaseResponse):
|
||||
output: Optional[str] = Field(
|
||||
None,
|
||||
description="Command output",
|
||||
json_schema_extra={"examples": ["Sent magic packet to AA:BB:CC:DD:EE:FF"]}
|
||||
json_schema_extra={"examples": ["Sent magic packet to aa:bb:cc:dd:ee:ff"]}
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user