Create Rule on Localtime
POST http://{{ip}}/api/{{username}}/rules
Request Body
{"name"=>"Test Rule", "conditions"=>[{"address"=>"/config/localtime", "operator"=>"in", "value"=>"W127/T17:25:00/T17:25:05"}], "actions"=>[{"address"=>"/scenes/381mJSoKqbbCA0u/lightstates/2", "method"=>"PUT", "body"=>{"on"=>true, "bri"=>1}}, {"address"=>"/scenes/381mJSoKqbbCA0u/lightstates/1", "method"=>"PUT", "body"=>{"on"=>true, "bri"=>1}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |