Better cook parameter estimation + Defrost mode + Removed esp-wifi debugs + Orchestrator and microwave exchange
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import os
|
||||
import time
|
||||
import requests
|
||||
from typing import Dict, Any, Optional
|
||||
import json
|
||||
@@ -17,6 +18,7 @@ class EdamamAPI:
|
||||
|
||||
def analyze_dish_image(self, image_file_path: str):
|
||||
if SAVE_EDAMAM_API_TOKEN:
|
||||
time.sleep(3)
|
||||
return json.loads("""
|
||||
{
|
||||
"combined": {
|
||||
|
||||
Reference in New Issue
Block a user