homebridge-plugins / homebridge-arlo

Arlo platform plugin for homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduled state

Joeviking opened this issue · comments

Is your feature request related to a problem? Please describe.
Need a state to set the arlo to Scheduled Mode in arlo interface modes

Describe the solution you'd like
Change Homebridge Night mode to use the Scheduled mode

Describe alternatives you've considered
Away and off can be used for arm and disarm

Additional context
And Away can be used for custom modeX modes that was created in Arlo Modes

    {
        "name": "Arlo",
        "email": "joe.vikings@gmail.com",
        "password": "Nianta1991",
        "Away": "Schedule",
        "off": "mode0",                              (( Or Mode X)) to disarm
        "streaming": {
            "videoDecoder": "h264_mmal",
            "videoEncoder": "h264_omx",
            "packetSize": 564
        },
        "platform": "Arlo"
    }
]

}

"email": "joe.vikings@gmail.com",
"password": "Nianta1991",

You need to change your Arlo password.

"email": "joe.vikings@gmail.com",
"password": "Nianta1991",

You need to change your Arlo password.

No stress 😎 was blind lol 😂. Tnx for the heads up

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.