Skip to content

Commit 7a9c585

Browse files
author
NOisi-X
committed
fix: remove merge conflict markers from zeo_code_mappings.py
1 parent c314e81 commit 7a9c585

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

roborock/data/zeo/zeo_code_mappings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
66
For enums that map between protocol-level positions and physical units
77
(e.g. spin speed, temperature), the comment format is
8-
``# L<N>, <physical-value>`` where ``L<N>`` is the protocol position
9-
and ``<physical-value>`` is the user-facing display value
108
(RPM, degrees Celsius, minutes, etc.).
119
1210
Enums commented out at the bottom of this file are App-internal lookup
@@ -318,8 +316,6 @@ class ZeoDryerStartError(RoborockEnum):
318316
# class SmartHostStatus(RoborockEnum):
319317
# smart_host_waiting = 0
320318
# smart_hosting = 1
321-
<<<<<<< HEAD
322-
=======
323319

324320

325321

@@ -329,4 +325,3 @@ class ZeoDryerStartError(RoborockEnum):
329325

330326

331327

332-
>>>>>>> 6bfc4a7b7093d425e6e11fd70c7085d233fbe3c1

0 commit comments

Comments
 (0)