forked from sidoh/esp8266_milight_hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json.example
40 lines (40 loc) · 933 Bytes
/
settings.json.example
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
36
37
38
39
40
{
"admin_username": "",
"admin_password": "",
"ce_pin": 16,
"csn_pin": 15,
"reset_pin": 0,
"led_pin": -2,
"radio_interface_type": "nRF24",
"packet_repeats": 50,
"http_repeat_factor": 1,
"auto_restart_period": 0,
"discovery_port": 0,
"listen_repeats": 3,
"state_flush_interval": 2000,
"mqtt_state_rate_limit": 1000,
"mqtt_debounce_delay": 0,
"packet_repeat_throttle_sensitivity": 0,
"packet_repeat_throttle_threshold": 200,
"packet_repeat_minimum": 3,
"enable_automatic_mode_switching": false,
"led_mode_wifi_config": "Fast toggle",
"led_mode_wifi_failed": "On",
"led_mode_operating": "Off",
"led_mode_packet": "Flicker",
"led_mode_packet_count": 3,
"hostname": "milight-hub-test",
"rf24_power_level": "MAX",
"device_ids": [
],
"group_state_fields": [
"status",
"level",
"color_temp",
"kelvin",
"bulb_mode",
"hue",
"saturation",
"effect"
]
}