Config.json.WIP 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "gpios": {
  3. "greenLED": {
  4. "gpio": 12,
  5. "brightness": 50,
  6. "led_type": "LED_TYPE_GPIO"
  7. },
  8. "redLED": {
  9. "gpio": 13,
  10. "brightness": 50,
  11. "led_type": "LED_TYPE_GPIO"
  12. },
  13. "jack": 34,
  14. "spkfault": 2
  15. },
  16. "dev": {
  17. "i2c": {
  18. "__values_port": "UNSPECIFIED_PORT, PORT0, PORT1",
  19. "port": "UNSPECIFIED_PORT",
  20. "speed": 0,
  21. "sda": 0,
  22. "scl": 0
  23. },
  24. "dac": {
  25. "bck": 33,
  26. "ws": 25,
  27. "dout": 32,
  28. "mck": "MCK0",
  29. "mute": 14,
  30. "model": "TAS57xx",
  31. "i2c": {
  32. "__values_port": "UNSPECIFIED_PORT, , PORT1",
  33. "port": "PORT0",
  34. "speed": 250000,
  35. "sda": 27,
  36. "scl": 26
  37. },
  38. "daccontrolset": {
  39. "commands": [
  40. {
  41. "__values_type": "INIT, POWER_ON, POWER_OFF, SPEAKER_ON, SPEAKER_OFF, HEADSET_ON, HEADSET_OFF",
  42. "type": "INIT",
  43. "items": [
  44. {
  45. "reg_action": {
  46. "__one_of_reg_action": "Choose only one structure for sys.ControlItem.item_type",
  47. "reg": 0,
  48. "val": 0,
  49. "__values_mode": "REG_MODE_NOTHING, REG_MODE_OR, REG_MODE_AND",
  50. "mode": "REG_MODE_NOTHING"
  51. },
  52. "gpio_action": {
  53. "__one_of_gpio_action": "Choose only one structure for sys.ControlItem.item_type",
  54. "gpio": 0,
  55. "__values_level": "ACTION_LEVEL_UNDEFINED, ACTION_LEVEL_1, ACTION_LEVEL_0",
  56. "level": "ACTION_LEVEL_UNDEFINED"
  57. },
  58. "delay_action": {
  59. "__one_of_delay_action": "Choose only one structure for sys.ControlItem.item_type",
  60. "delay": 0,
  61. "__comments2_delay": "Delay in milliseconds"
  62. }
  63. }
  64. ]
  65. }
  66. ]
  67. },
  68. "jack_mutes_amp": false
  69. },
  70. "spdif": {
  71. "ws": 25,
  72. "data": 15,
  73. "clk": 33
  74. },
  75. "battery": {
  76. "channel": "CH7",
  77. "scale": 20.24,
  78. "atten": "ATT_0"
  79. },
  80. "ir": {
  81. "gpio": 0
  82. }
  83. },
  84. "cspot": {
  85. "enabled": true,
  86. "bitrate": 0,
  87. "zeroconf": false,
  88. "volume": 0
  89. },
  90. "airplay": {
  91. "enabled": false,
  92. "port": 0
  93. },
  94. "squeezelite": {
  95. "output_type": "OUTPUT_I2S",
  96. "__comments_amp_gpio_timeout": "Timeout (seconds) for switching off amp GPIO\n default is to keep the device 'on' all the time",
  97. "amp_gpio_timeout": 0,
  98. "__comments_wav_aiff_header_parsing": "tRead wave and aiff format from header, ignore server parameters",
  99. "wav_aiff_header_parsing": false,
  100. "__comments_server_name_ip": "Server connection options",
  101. "server_name_ip": "",
  102. "server_port": 0,
  103. "__comments_enabled": "Allow disabling squeezelite to use the \n device in \"detached mode\"",
  104. "enabled": false,
  105. "output_bt": {
  106. "sink_name": "",
  107. "pin": ""
  108. },
  109. "log": {
  110. "__values_output": "DEFAULT, ERROR, WARN, INFO, DEBUG, SDEBUG",
  111. "output": "DEFAULT",
  112. "__values_stream": "DEFAULT, ERROR, WARN, INFO, DEBUG, SDEBUG",
  113. "stream": "DEFAULT",
  114. "__values_decode": "DEFAULT, ERROR, WARN, INFO, DEBUG, SDEBUG",
  115. "decode": "DEFAULT",
  116. "__values_slimproto": "DEFAULT, ERROR, WARN, INFO, DEBUG, SDEBUG",
  117. "slimproto": "DEFAULT",
  118. "__values_ir": "DEFAULT, ERROR, WARN, INFO, DEBUG, SDEBUG",
  119. "ir": "DEFAULT"
  120. },
  121. "__comments_max_rate": "Max sample rate reported to server",
  122. "max_rate": 0,
  123. "buffers": {
  124. "stream": 0,
  125. "output": 0
  126. },
  127. "resample": ""
  128. },
  129. "release_url": "",
  130. "bt_sink": {
  131. "enabled": false,
  132. "volume": 0,
  133. "pin": ""
  134. },
  135. "statistics": false,
  136. "telnet": {
  137. "enable": false,
  138. "block": 0,
  139. "buffer": 0
  140. },
  141. "equalizer": {
  142. "loudness": 0.0
  143. }
  144. },
  145. "names": {
  146. "__comments_device": "Network device name",
  147. "device": "",
  148. "__comments_airplay": "AirPlay device name",
  149. "airplay": "",
  150. "__comments_spotify": "Spotify device name",
  151. "spotify": "",
  152. "__comments_bluetooth": "Bluetooth player name advertized",
  153. "bluetooth": "",
  154. "__comments_squeezelite": "Player name reported to the Logitech Media Server",
  155. "squeezelite": "",
  156. "__comments_wifi_ap_name": "Wifi Access Point name",
  157. "wifi_ap_name": ""
  158. },
  159. "target": "SqueezeAMP"
  160. }
  161. }