Compare commits

...

2 Commits

Author SHA1 Message Date
96725c1fb0 Update README 2026-03-06 17:07:25 -05:00
fdc364ef1d Update README 2026-03-06 17:04:27 -05:00

12
README
View File

@@ -82,7 +82,7 @@ Shop Monitor devices trigger events through a configured **Socket ID**.
To configure a device: To configure a device:
1. Open **S1280 Device Shop Monitor** 1. Open **S1280 Device Shop Monitor**
2. Set the **Process ID / Socket ID** to the value expected by the application 2. Set the **Process ID / Socket ID** to the value expected by the application
3. The application registers with this same Socket ID 3. The application registers with this same Socket ID
@@ -95,7 +95,7 @@ Any application listening with that Socket ID will receive the event messages.
API queries must be registered in: API queries must be registered in:
``` ```
S5011 API Queries S5011 API Queries
``` ```
Supported query types: Supported query types:
@@ -198,11 +198,3 @@ The SDK is designed to support additional OnRamp platform integration capabiliti
* Extended API functionality * Extended API functionality
* Additional integration services * Additional integration services
---
If you'd like, I can also help you add two sections that **good SDK repos almost always include but people forget**:
* **Minimal working example (full program)**
* **Event message structure / enum definitions**
Those make the repo dramatically easier for developers to adopt.