Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PluginInfo class missing docstring in methods #1

Open
luistripa opened this issue Mar 10, 2023 · 0 comments
Open

PluginInfo class missing docstring in methods #1

luistripa opened this issue Mar 10, 2023 · 0 comments
Assignees
Labels
missing documentation Some functions/methods don't have a docstring

Comments

@luistripa
Copy link
Owner

class PluginInfo:
pluginId: str = "IndigoPluginBase"
pluginVersion: str = "1.0.0"
pluginSupportURL: str = ""
def isInstalled(self) -> bool:
return True
def isEnabled(self) -> bool:
return True
def isRunning(self) -> bool:
return True
def restart(self, waitUnitlDone=True):
pass
def executeAction(self, actionId: str, deviceId: int, props: dict):
pass
# TODO: Add more methods

@luistripa luistripa added the missing documentation Some functions/methods don't have a docstring label Mar 10, 2023
@luistripa luistripa self-assigned this Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing documentation Some functions/methods don't have a docstring
Projects
None yet
Development

No branches or pull requests

1 participant