File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ positional arguments:
1616 get Get status of a device
1717 set Set status of a device
1818 dump Dump raw data of a device
19-
19+ history Dump history of a device
20+
2021optional arguments:
2122 -h, --help show this help message and exit
2223 -t TOKEN, --token TOKEN
@@ -70,6 +71,28 @@ optional arguments:
7071 Horizontal position of the air swing
7172```
7273
74+ ```
75+ usage: pcomfortcloud username password dump [-h] device
76+
77+ positional arguments:
78+ device Device number 1-x
79+
80+ optional arguments:
81+ -h, --help show this help message and exit
82+ ```
83+
84+ ```
85+ usage: pcomfortcloud username password history [-h] device mode date
86+
87+ positional arguments:
88+ device Device number 1-x
89+ mode mode (Day, Week, Month, Year)
90+ date date of day like 20190807
91+
92+ optional arguments:
93+ -h, --help show this help message and exit
94+ ```
95+
7396## Module usage
7497
7598
You can’t perform that action at this time.
0 commit comments