# Run DHCP list push every 15 minutes
*/15 * * * * /root/scripts/push_dhcp.sh

# Run signal strength push every 15 minutes
*/15 * * * * /root/scripts/push_signal_strength.sh

# Run connected devices every 5 minutes
*/5 * * * * /root/scripts/push_devices.sh

# Run SIM slot info push every 15 minutes, offset 2 min after signal strength
2,17,32,47 * * * * /root/scripts/push_sim_slot.sh

# Check for updates every 2 hours
0 */2 * * * /root/scripts/auto-update.sh >> /var/log/auto-update.log 2>&1