Skip to content

Commit

Permalink
Updated generate test data docs string
Browse files Browse the repository at this point in the history
  • Loading branch information
signalkraft committed Jan 30, 2024
1 parent 3494229 commit 95cdecd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/myPyllant/tests/generate_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ async def main(user, password, brand, country=None, write_results=True):
"""
Generate json data for running testcases.
:param user:
:param password:
:param brand:
:param country:
:param write_results:
:return:
Parameters:
user (str): myVAILLANT app username
password (str): myVAILLANT app password
brand (str): Brand, such as vaillant or bulex
country (str): myVAILLANT app country
write_results (bool): Whether to write results to disk, or return them
"""
from myPyllant.api import MyPyllantAPI
from myPyllant.models import DeviceDataBucketResolution
Expand Down

0 comments on commit 95cdecd

Please sign in to comment.