Skip to content

Commit 6a4b9c6

Browse files
committed
Rename sample plugin names.
1 parent cdc0d4d commit 6a4b9c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
logger = logging.getLogger(__name__)
55

6-
class SimpleButtonMacro(JoycontrolPlugin):
6+
class SimpleMacro(JoycontrolPlugin):
77
async def run(self):
8-
logger.info('Simple Button Macro Plugin')
8+
logger.info('Simple Macro Plugin')
99

1010
button_list = self.options
1111
logger.info(f'Button List {button_list}')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
logger = logging.getLogger(__name__)
55

6-
class TestControlSticks(JoycontrolPlugin):
6+
class TestControllerSticks(JoycontrolPlugin):
77
async def test_left_stick(self):
88
await self.button_push('l_stick')
99
await self.wait(1.0)

0 commit comments

Comments
 (0)