File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -797,7 +797,7 @@ async def set_relay(self, state: bool) -> bool:
797797 """Change the state of the relay."""
798798 if NodeFeature .RELAY not in self ._features :
799799 raise FeatureError (
800- f"Changing relay- state is not supported for node { self .mac } "
800+ f"Changing relay state is not supported for node { self .mac } "
801801 )
802802 raise NotImplementedError ()
803803
@@ -806,7 +806,7 @@ async def set_relay_lock(self, state: bool) -> bool:
806806 """Change lock of the relay."""
807807 if NodeFeature .RELAY_LOCK not in self ._features :
808808 raise FeatureError (
809- f"Changing relay- lock state is not supported for node { self .mac } "
809+ f"Changing relay lock state is not supported for node { self .mac } "
810810 )
811811 raise NotImplementedError ()
812812
You can’t perform that action at this time.
0 commit comments