Source Code
Pod Point Watcher
This skill monitors the live status of a specific Pod Point charging pod using Pod Point's public status endpoint.
It mirrors the behaviour of a native Pod Point watcher:
- Tracks connector A and B
- Detects when a charger goes from Charging โ Available
- Detects when both connectors become available
- Can either return current status or wait and notify when availability changes
No authentication or API keys are required.
Actions
podpoint_status
Returns the current state of connectors A and B.
Example input:
{
"action": "podpoint_status",
"podId": "10059"
}