2019-03-28 03:02:04 +00:00
|
|
|
delete_sms:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Delete SMS
|
2019-03-28 03:02:04 +00:00
|
|
|
description: Delete messages from the modem inbox.
|
|
|
|
fields:
|
|
|
|
host:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Host
|
2019-03-28 03:02:04 +00:00
|
|
|
description: The modem that should have a message deleted.
|
|
|
|
example: 192.168.5.1
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-03-28 03:02:04 +00:00
|
|
|
sms_id:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: SMS ID
|
2019-03-28 03:02:04 +00:00
|
|
|
description: Integer or list of integers with inbox IDs of messages to delete.
|
2021-05-15 08:30:18 +00:00
|
|
|
required: true
|
2019-03-28 03:02:04 +00:00
|
|
|
example: 7
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2019-04-22 20:44:46 +00:00
|
|
|
|
|
|
|
set_option:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Set option
|
2019-04-22 20:44:46 +00:00
|
|
|
description: Set options on the modem.
|
|
|
|
fields:
|
|
|
|
host:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Host
|
2019-04-22 20:44:46 +00:00
|
|
|
description: The modem to set options on.
|
|
|
|
example: 192.168.5.1
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-04-22 20:44:46 +00:00
|
|
|
failover:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Failover
|
|
|
|
description: Failover mode.
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- 'auto'
|
|
|
|
- 'mobile'
|
|
|
|
- 'wire'
|
2019-04-22 20:44:46 +00:00
|
|
|
autoconnect:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Auto-connect
|
|
|
|
description: Auto-connect mode.
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- 'always'
|
|
|
|
- 'home'
|
|
|
|
- 'never'
|
2019-04-22 20:44:46 +00:00
|
|
|
|
|
|
|
connect_lte:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Connect LTE
|
2019-04-22 20:44:46 +00:00
|
|
|
description: Ask the modem to establish the LTE connection.
|
|
|
|
fields:
|
|
|
|
host:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Host
|
2019-04-22 20:44:46 +00:00
|
|
|
description: The modem that should connect.
|
|
|
|
example: 192.168.5.1
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-08-15 22:59:08 +00:00
|
|
|
|
|
|
|
disconnect_lte:
|
2021-05-15 08:30:18 +00:00
|
|
|
name: Disconnect LTE
|
2019-08-15 22:59:08 +00:00
|
|
|
description: Ask the modem to close the LTE connection.
|
|
|
|
fields:
|
|
|
|
host:
|
|
|
|
description: The modem that should disconnect.
|
|
|
|
example: 192.168.5.1
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
text:
|