Files

15 lines
316 B
Python
Raw Permalink Normal View History

2026-04-05 00:57:50 +03:30
API_TARGET_URL = "http://backend-web:8000"
API_KEY = "12345"
REQUEST_INTERVAL_SECONDS = 10
STATIC_SENSOR_PAYLOAD = {
"uuid": "11111111111111111111",
"soil_moisture": 42.5,
"soil_temperature": 24.3,
"soil_ph": 6.8,
"soil_ec": 1.4,
"nitrogen": 32,
"phosphorus": 18,
"potassium": 27,
}