- Updated package version to 1.0.0-5 - Added troubleshooting for 'No related RPC reply' errors - Explained graceful degradation behavior - Clarified deployment order requirements
Add comprehensive deployment automation for SecuBox AppStore updates: - deploy-to-router.sh: Automated build and deploy script - Rebuilds packages - Copies to router - Installs with --force-reinstall - Restarts RPCD - Verifies installation - Tests RPC methods - DEPLOY_UPDATES.md: Complete deployment documentation - Quick deploy instructions - Verification steps - Troubleshooting guide - Package version tracking Usage: ./deploy-to-router.sh Or with custom router IP: ROUTER_IP=192.168.1.1 ./deploy-to-router.sh