Christopher Mullins 6 rokov pred
rodič
commit
a31f9eda39
4 zmenil súbory, kde vykonal 2 pridanie a 52 odobranie
  1. 2 0
      .gitignore
  2. 0 2
      test/remote/.gitignore
  3. 0 4
      test/remote/espmh.env
  4. 0 46
      test/remote/settings.json

+ 2 - 0
.gitignore

@@ -9,3 +9,5 @@
 .vscode/.browse.c_cpp.db*
 .vscode/c_cpp_properties.json
 .vscode/launch.json
+/test/remote/settings.json
+/test/remote/espmh.env

+ 0 - 2
test/remote/.gitignore

@@ -1,2 +0,0 @@
-./espmh.env
-./settings.json

+ 0 - 4
test/remote/espmh.env

@@ -1,4 +0,0 @@
-ESPMH_HOSTNAME=10.133.8.194
-
-# Used to test states, etc.
-ESPMH_TEST_DEVICE_ID_BASE=0x2200

+ 0 - 46
test/remote/settings.json

@@ -1,46 +0,0 @@
-{
-  "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,
-  "mqtt_server": "deepthought",
-  "mqtt_username": "sidoh",
-  "mqtt_password": "goldslime",
-  "mqtt_topic_pattern": "milight_test/commands/:device_id/:device_type/:group_id",
-  "mqtt_update_topic_pattern": "milight_test/update/:device_id/:device_type/:group_id",
-  "mqtt_state_topic_pattern": "milight/states/:device_id/:device_type/:group_id",
-  "mqtt_lwt_topic": "milight/lwt",
-  "mqtt_lwt_message": "disconnected",
-  "discovery_port": 0,
-  "listen_repeats": 3,
-  "state_flush_interval": 2000,
-  "mqtt_state_rate_limit": 1000,
-  "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",
-    "bulb_mode",
-    "hue",
-    "saturation",
-    "effect"
-  ]
-}