mirror of
https://gitee.com/winc-link/hummingbird.git
synced 2025-04-19 16:02:43 +00:00
修场景联动bug
This commit is contained in:
parent
ad9e138d8c
commit
7776086050
@ -105,7 +105,7 @@ func GetRuleSceneEkuiperActions(actionUrl string) []Actions {
|
||||
var a []Actions
|
||||
rest := make(map[string]interface{})
|
||||
rest["method"] = "POST"
|
||||
rest["url"] = actionUrl + "/api/v1/ekuiper/scene"
|
||||
rest["url"] = "http://hummingbird-core:58081" + "/api/v1/ekuiper/scene"
|
||||
rest["bodyType"] = "json"
|
||||
rest["timeout"] = 5000
|
||||
rest["runAsync"] = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user