Table of Contents

WiFi Schedules

Introduction

Applying A Schedule

  • To toggle a whole column; select the heading e.g. Mon, Tue etc.
  • To toggle a whole row; select the the time-slot on the left e.g. 10:00 to 10:30 etc.

Some important points

If the timezone is not set correctly the results might be not as expected.

Some visiual cues

Technical Details

"schedules": [
    {
        "id": 35,
        "mo": true,
        "tu": false,
        "we": false,
        "th": false,
        "fr": false,
        "sa": false,
        "su": false,
        "event_time": "0",
        "command": "\/etc\/MESHdesk\/utils\/ssid_on_off.lua \u0027Dev\u0027 \u0027off\u0027",
        "type": "command"
    },
    {
        "id": 36,
        "mo": false,
        "tu": true,
        "we": false,
        "th": false,
        "fr": false,
        "sa": false,
        "su": false,
        "event_time": "0",
        "command": "\/etc\/MESHdesk\/utils\/ssid_on_off.lua \u0027Dev\u0027 \u0027off\u0027",
        "type": "command"
    },