forked from jianguoj/BeanStalk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
30 lines (30 loc) · 860 Bytes
/
config.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
{
"instance": "main",
"listen_port": 3000,
"post": {
"enabled": true,
"post_host": "192.168.69.8",
"post_port": "8080",
"post_path": "/bin/GreenBeanifyHandler.pl",
"laundry": {
"machineStatus": true,
"machineSubCycle": true,
"endOfCycle": true,
"cycleCount": true,
"dryerServiceErrorCodes": true,
"dsmOverridesAllowed": true,
"maximumWaterTemperature": true,
"timeRemainingInSeconds": true,
"tankType": true,
"tankEnabled": true,
"tankPercentageRemaining": true,
"cycleSelected": true,
"washerUserInterfaceServiceErrorCodes": true,
"washerInverterServiceErrorCodes": true,
"washerMainControlServiceErrorCodes": true,
"operatingMode": true,
"dryerCriticalResponseEnabled": true,
"delayTimeRemainingInMinutes": true
}
}
}