Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RLC-830A LED #31

Open
bertl83 opened this issue Aug 14, 2023 · 1 comment
Open

RLC-830A LED #31

bertl83 opened this issue Aug 14, 2023 · 1 comment

Comments

@bertl83
Copy link

bertl83 commented Aug 14, 2023

Einbindung der LED einer RLC-830A wäre super:

curl -X POST 'http://IP/cgi-bin/api.cgi?user=USER&password=Pass' -d '[{"cmd": "GetWhiteLed", "action": 0 , "param": { "channel": 0 }}]'

liefert:
[ { "cmd" : "GetWhiteLed", "code" : 0, "initial" : { "WhiteLed" : { "wlAiDetectType" : { "dog_cat" : 0, "people" : 0, "vehicle" : 0 } } }, "range" : { "AiDetectType" : { "dog_cat" : "boolean", "people" : "boolean", "vehicle" : "boolean" }, "WhiteLed" : { "bright" : { "max" : 100, "min" : 0 } } }, "value" : { "WhiteLed" : { "LightingSchedule" : { "EndHour" : 6, "EndMin" : 0, "StartHour" : 18, "StartMin" : 0 }, "bright" : 91, "channel" : 0, "mode" : 0, "state" : 0, "wlAiDetectType" : { "dog_cat" : 1, "people" : 1, "vehicle" : 1 } } } } ]

@Nibbels
Copy link
Contributor

Nibbels commented May 11, 2024

@bertl83 Ich habe den starken Verdacht, dass #55 die Funktion die du suchst bereitstellt. Kannst du das bestätigen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants