File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ class FirmwareEvent(Event):
309309
310310 version : str
311311
312+
312313@dataclass (frozen = True )
313314class CustomCutModeEvent (EnableEvent ):
314315 """custom cut event."""
315-
Original file line number Diff line number Diff line change 3535from deebot_client .commands .json .charge_state import GetChargeState
3636from deebot_client .commands .json .clean import CleanV2 , GetCleanInfoV2
3737from deebot_client .commands .json .custom import CustomCommand
38- from deebot_client .commands .json .custom_cut_mode import GetCustomCutMode , SetCustomCutMode
38+ from deebot_client .commands .json .custom_cut_mode import (
39+ GetCustomCutMode ,
40+ SetCustomCutMode ,
41+ )
3942from deebot_client .commands .json .error import GetError
4043from deebot_client .commands .json .life_span import GetLifeSpan , ResetLifeSpan
4144from deebot_client .commands .json .network import GetNetInfo
109112 cut_direction = CapabilitySet (
110113 CutDirectionEvent , [GetCutDirection ()], SetCutDirection
111114 ),
112- custom_cut_mode = CapabilitySetEnable (
115+ custom_cut_mode = CapabilitySetEnable (
113116 CustomCutModeEvent , [GetCustomCutMode ()], SetCustomCutMode
114117 ),
115118 child_lock = CapabilitySetEnable (
You can’t perform that action at this time.
0 commit comments