feat: publish dbussmsforward refactor
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"forwarding": {
|
||||
"device_name": "demo-router"
|
||||
},
|
||||
"notifications": {
|
||||
"console": {
|
||||
"enabled": true
|
||||
},
|
||||
"autman_push": {
|
||||
"enabled": false,
|
||||
"api_url": "https://autman.example/api/push",
|
||||
"access_token": "replace-with-token",
|
||||
"method": "POST"
|
||||
}
|
||||
},
|
||||
"sms_source": {
|
||||
"kind": "file",
|
||||
"path": "tests/fixtures/messages.json",
|
||||
"delete_after_read": false,
|
||||
"poll_interval_seconds": 5,
|
||||
"modem_object_path": "auto",
|
||||
"system_bus_address": "org.freedesktop.ModemManager1",
|
||||
"modemmanager_service": "org.freedesktop.ModemManager1",
|
||||
"storage_blacklist": [
|
||||
"sm"
|
||||
],
|
||||
"state_ready_values": [
|
||||
3
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user