We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } } } } ]
The text was updated successfully, but these errors were encountered:
@bertl83 Ich habe den starken Verdacht, dass #55 die Funktion die du suchst bereitstellt. Kannst du das bestätigen?
Sorry, something went wrong.
No branches or pull requests
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 } } } } ]
The text was updated successfully, but these errors were encountered: