File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,16 +123,16 @@ This is a plugin loader for joycontrol that can emulate Nintendo Switch controll
123123- Load and run ` ` SamplePlugin.py` `
124124
125125 ` ` ` sh
126- $ sudo joycontrol-pluginloader -r < Switch Bluetooth Mac address > plugins/samples/SamplePlugin.py arg1 arg2
126+ $ sudo joycontrol-pluginloader -r EC:C4:0D:F0:D1:2E plugins/samples/SamplePlugin.py --plugin-options option1 option2
127127
128128 < snip>
129129
130- [13:30:00 ] JoycontrolPlugin.loader load_plugin::9 INFO - Loading: plugins/samples/SamplePlugin.py
131- [13:30:00 ] plugins/samples/SamplePlugin.py run::8 INFO - This is sample joycontrol plugin!
132- [13:30:00 ] plugins/samples/SamplePlugin.py run::10 INFO - Plugin Options: [' arg1 ' , ' arg2 ' ]
133- [13:30:00 ] plugins/samples/SamplePlugin.py run::12 INFO - Push the A Button
134- [13:30:01 ] plugins/samples/SamplePlugin.py run::16 INFO - Tilt the left stick down
135- [13:30:01] __main__ _main::45 INFO - Stopping communication...
130+ [20:12:44 ] JoycontrolPlugin.loader __load_plugin::22 INFO - Loading: plugins/samples/SamplePlugin.py
131+ [20:12:44 ] plugins/samples/SamplePlugin.py run::8 INFO - This is sample joycontrol plugin!
132+ [20:12:44 ] plugins/samples/SamplePlugin.py run::10 INFO - Plugin Options: [' option1 ' , ' option2 ' ]
133+ [20:12:44 ] plugins/samples/SamplePlugin.py run::12 INFO - Push the A Button
134+ [20:12:45 ] plugins/samples/SamplePlugin.py run::16 INFO - Tilt the left stick down
135+ [20:12:45] JoycontrolPlugin.loader start::55 INFO - Stopping communication...
136136 ` ` `
137137
138138# # Plugins
Original file line number Diff line number Diff line change @@ -122,16 +122,16 @@ Bluetooth 経由で Nintendo Switch コントローラのエミュレートが
122122- ` ` SamplePlugin.py` ` をロードし、実行する
123123
124124 ` ` ` sh
125- $ sudo joycontrol-pluginloader -r < Switch Bluetooth Mac address > plugins/samples/SamplePlugin.py arg1 arg2
125+ $ sudo joycontrol-pluginloader -r EC:C4:0D:F0:D1:2E plugins/samples/SamplePlugin.py --plugin-options option1 option2
126126
127127 < snip>
128128
129- [13:30:00 ] JoycontrolPlugin.loader load_plugin::9 INFO - Loading: plugins/samples/SamplePlugin.py
130- [13:30:00 ] plugins/samples/SamplePlugin.py run::8 INFO - This is sample joycontrol plugin!
131- [13:30:00 ] plugins/samples/SamplePlugin.py run::10 INFO - Plugin Options: [' arg1 ' , ' arg2 ' ]
132- [13:30:00 ] plugins/samples/SamplePlugin.py run::12 INFO - Push the A Button
133- [13:30:01 ] plugins/samples/SamplePlugin.py run::16 INFO - Tilt the left stick down
134- [13:30:01] __main__ _main::45 INFO - Stopping communication...
129+ [20:12:44 ] JoycontrolPlugin.loader __load_plugin::22 INFO - Loading: plugins/samples/SamplePlugin.py
130+ [20:12:44 ] plugins/samples/SamplePlugin.py run::8 INFO - This is sample joycontrol plugin!
131+ [20:12:44 ] plugins/samples/SamplePlugin.py run::10 INFO - Plugin Options: [' option1 ' , ' option2 ' ]
132+ [20:12:44 ] plugins/samples/SamplePlugin.py run::12 INFO - Push the A Button
133+ [20:12:45 ] plugins/samples/SamplePlugin.py run::16 INFO - Tilt the left stick down
134+ [20:12:45] JoycontrolPlugin.loader start::55 INFO - Stopping communication...
135135 ` ` `
136136
137137# # プラグイン
You can’t perform that action at this time.
0 commit comments