refactor: Update interface name from 'picontrol' to 'PiControl'
Renamed all occurrences of 'picontrol' to 'PiControl' in the D-Bus interface definitions, method calls, and test cases for consistency and adherence to naming conventions. This ensures uniformity across the codebase and resolves potential naming-related issues.
This commit is contained in:
@@ -15,7 +15,7 @@ log = getLogger(__name__)
|
||||
class InterfacePiControl(DbusInterface):
|
||||
"""
|
||||
<node>
|
||||
<interface name='com.revolutionpi.middleware1.picontrol'>
|
||||
<interface name='com.revolutionpi.middleware1.PiControl'>
|
||||
<signal name="NotifyDriverReset">
|
||||
</signal>
|
||||
<method name='ResetDriver'>
|
||||
|
||||
Reference in New Issue
Block a user