15 lines
661 B
JSON
15 lines
661 B
JSON
[
|
|
{
|
|
"id": "guest_wifi_monthly_random_password",
|
|
"result": {
|
|
"structured": "TRIGGER: When the current day of the month is the first (day == 1). CONDITIONS: None. ACTIONS: Press the guest wifi random [button.guest_wifi_random] button.",
|
|
"natural_language": {
|
|
"trigger": "On the first day of each month.",
|
|
"conditions": "There are no conditions that must be met.",
|
|
"action": "Press the guest wifi random [button.guest_wifi_random] button to generate a new password."
|
|
},
|
|
"human_like": "Changes the guest Wi-Fi password to a random one on the first day of every month.",
|
|
"complexity": "low"
|
|
}
|
|
}
|
|
] |