Skip to content

Entwicklungs Richtlinien

msinn edited this page Aug 5, 2017 · 5 revisions

Richtlinien (mind. für den SmartHomeNG Core)

Beispiel (Methodenkommentar):

    """
    Builds the soap data set (from body and envelope templates) for a given request.

    :param action: string of the action
    :param service: string of the service
    :param argument: dictionary (name : value) of arguments
    :type action: str
    :type service: str
    :type argument: dict

    :return: string of the soap data
    :rtype: str
    """

Für die Plugin-Entwicklung werden die o.g. Guidelines empfohlen.

Weitere Tipps