v1.5.1: Startup warning if PC not registered in ShopDB

- Check API response on startup for "Unknown hostname" error
- Display warning if PC not in ShopDB machines table
- Skip API calls if PC not registered (avoid repeated failures)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-12 09:45:42 -05:00
parent 134670a026
commit 28641c47c5
3 changed files with 33 additions and 5 deletions

View File

@@ -130,6 +130,7 @@ The script uses exponential backoff (500ms → 1s → 2s → 4s → up to 16s) f
| Version | Date | Changes |
|---------|------|---------|
| 1.5.1 | 2025-12-12 | Startup warning if PC not registered in ShopDB |
| 1.5.0 | 2025-12-12 | API logging to ShopDB (started, cleaned, failed, stopped events) |
| 1.4.0 | 2025-12-12 | Auto-update from S:\DT\cameron\eDNC-Fix\version.ini every 5 min |
| 1.3.1 | 2025-12-12 | Added Install-ScheduledTask.ps1 for running as SYSTEM service |