#!/bin/bash curl -X PATCH "http://localhost:1902/reslevis/settings" \ -H "Content-Type: application/json" \ -d '{ "current_algorithm": "ai", "last_seen_threshold": 310, "beacon_metric_size": 100, "HA_send_interval": 60, "HA_send_changes_only": true, "RSSI_enforce_threshold": false, "RSSI_min_threshold": -80 }'