GithubHelp home page GithubHelp logo

luistripa / indigopluginbase Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 57 KB

Type hinting helper module for Indigo Domotics plugin development

Python 100.00%
code-completion indigo-plugin indigodomo python3 typing

indigopluginbase's Introduction

Hi there ๐Ÿ‘‹, I'm Luis Tripa

A computer engineering student passionate about outer space :)

luistripa

  • โšก Fun fact I play the drums! ๐Ÿฅ

Connect with me:

www.linkedin.com/in/luis-tripa-954b9b1a8

Languages and Tools:

arduino azure bootstrap c cplusplus csharp css3 d3js django docker dotnet express figma flask git html5 java javascript kotlin kubernetes linux mysql nodejs opencv pandas postgresql pug python react redis scikit_learn sqlite typescript

luistripa

ย luistripa

indigopluginbase's People

Contributors

luistripa avatar

Stargazers

 avatar

Watchers

 avatar

indigopluginbase's Issues

PluginInfo class missing docstring in methods

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

PluginInfo class missing a few methods

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

The following methods/properties need to be implemented:

  • compatibleUpdateAvailable
  • includedWithServer
  • incompatibleUpdateAvailable
  • latestCompatibleDownloadCount
  • latestCompatibleDownloadURL
  • latestCompatibleReleaseDate
  • latestCompatibleSummaryDesc
  • latestCompatibleVers
  • latestCompatibleWhatsNewDesc
  • latestReleaseDate
  • latestRequiresIndigoVers
  • latestVers
  • pluginDisplayName
  • pluginFolderPath
  • pluginServerApiVersion
  • restartAndDebug
  • storeIconURL
  • storeName
  • storePluginURL
  • storeSummary

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.