fix: NUT-15 setting remove mpp boolean (#673)

* fix: NUT-15 setting remove mpp boolean

* remove mpp flag
This commit is contained in:
callebtc
2024-11-24 16:55:17 +01:00
committed by GitHub
parent 0a230a1aa3
commit 2b233fd67e
2 changed files with 1 additions and 8 deletions

View File

@@ -73,7 +73,6 @@ class GetInfoResponse(BaseModel):
class Nut15MppSupport(BaseModel):
method: str
unit: str
mpp: bool
class GetInfoResponse_deprecated(BaseModel):