Add iOS node push-token registration foundation
This commit is contained in:
@@ -860,6 +860,8 @@ server:
|
||||
ui.canvas: true
|
||||
location:
|
||||
enabled: true
|
||||
push:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
Methods:
|
||||
@@ -868,6 +870,7 @@ Methods:
|
||||
- `node.location.set` updates the node's last-known location (when `server.nodes.location.enabled` is true).
|
||||
- `node.location.get` returns the node's stored location payload.
|
||||
- `node.status.set` publishes companion status/heartbeat fields (`platform`, `appVersion`, `batteryPct`, etc.).
|
||||
- `node.push_token.set` registers node push tokens (e.g. APNs) when `server.nodes.push.enabled` is true.
|
||||
- `system.location` provides an operator view of registered node locations.
|
||||
- `system.nodes` returns registered node snapshots (role, capabilities, identity, location/status).
|
||||
- `system.capabilities` returns gateway protocol and node policy snapshot.
|
||||
|
||||
Reference in New Issue
Block a user