You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
I figured out what commands to issue to turn the siren on the basestation on / off.
Any chance you could add this to your code?
This is an example of the message send when turning the siren on:
{"from":"VHFP9-161-14197254_web","to":"4RD17570A1DC3","action":"set","resource":"siren","transId":"web!b93a567.a795f!1508699879247","publishResponse":true,"properties":{"sirenState":"on","duration":300,"volume":8,"pattern":"alarm"}}
The resource is "siren", and the properties are:
properties":{"sirenState":"on","duration":300,"volume":8,"pattern":"alarm"}
For switching the siren off, the propterties looks like this:
properties":{"sirenState":"off","duration":300,"volume":8,"pattern":"alarm"}
The text was updated successfully, but these errors were encountered:
@tchellomello - I must admit that I don't understand how the Arlo API works 100% - but as far as I understand it is done thru the EventStream via this URL: https://arlo.netgear.com/hmsweb/users/devices/notify/<BASESTATION_ID>
Was that helpfull? Or should I try and investigate a bit more?
Hi @broox,
I figured out what commands to issue to turn the siren on the basestation on / off.
Any chance you could add this to your code?
This is an example of the message send when turning the siren on:
{"from":"VHFP9-161-14197254_web","to":"4RD17570A1DC3","action":"set","resource":"siren","transId":"web!b93a567.a795f!1508699879247","publishResponse":true,"properties":{"sirenState":"on","duration":300,"volume":8,"pattern":"alarm"}}
The resource is "siren", and the properties are:
properties":{"sirenState":"on","duration":300,"volume":8,"pattern":"alarm"}
For switching the siren off, the propterties looks like this:
properties":{"sirenState":"off","duration":300,"volume":8,"pattern":"alarm"}
The text was updated successfully, but these errors were encountered: