MCPcopy Create free account
hub / github.com/akdeb/ElatoAI / create_esp32_auth_message

Function create_esp32_auth_message

server/fastapi/bot.py:133–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131
132
133def create_esp32_auth_message() -> dict:
134 return {
135 "type": "auth",
136 "volume_control": int(os.getenv("ESP32_DEFAULT_VOLUME", "100")),
137 "pitch_factor": float(os.getenv("ESP32_DEFAULT_PITCH_FACTOR", "1.0")),
138 "is_ota": False,
139 "is_reset": False,
140 }
141
142
143async def run_bot_session(

Callers 1

esp32_websocketFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected