1{ 2 "plugin_name": "libstandby_plugin.z.so", 3 "standby": { 4 "dark_timeout": 60, 5 "nap_timeout": 1200, 6 "nap_maintenance_timeout": 60, 7 "sleep_maintenance_timeout": 300, 8 "nap_switch": true, 9 "sleep_switch": true 10 }, 11 "detect_list":{ 12 "motion_threshold": 1, 13 "detect_motion": true, 14 "motion_angle": 1, 15 "detect_location": true 16 }, 17 "maintenance_list":{ 18 "nap_interval": [300, 600, 900], 19 "sleep_interval": [3600, 7200, 14400, 21600] 20 }, 21 "strategy_list": {}, 22 "halfhour_switch_setting": { 23 } 24}