-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
executable file
·35 lines (35 loc) · 986 Bytes
/
server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "LGThinQV2",
"desc": "LG ThinQ1 V2 Node Server Integration",
"version": "3.0.0",
"docs": "https://github.com/cswelin/lgthinq-polyglotv3/blob/main/README.md",
"author": "Colin Swelin",
"url": "https://github.com/cswelin/lgthinq-polyglotv3/",
"language": "python3",
"developer": "[email protected]",
"status": "active",
"branch": "main",
"nsdata": "",
"oauth": "",
"customParams": "",
"executable": "thingq-poly.py",
"profile_version": "3.0.0",
"install": "install.sh",
"shortPoll": 60,
"longPoll": 300,
"nsInfoPoll": 0,
"logLevel": "CRITICAL",
"readme": "",
"changelog": "Initial release support Washer / Dryers and Dishwashers",
"uuid": "2fe450d2-aa1a-4cfc-9178-6816e9a71802",
"discover": 0,
"authorize": 0,
"from_store": "Local",
"persist_folder": "state",
"purchaseOptions": [
{
"isPerpetual": true,
"price": "0"
}
]
}