Replies: 1 comment 1 reply
-
Beitrag war zur Info |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Falls es jemand benötigt, hier meine Lösung, die bei mir Funktioniert:
type: custom
power:
source: calc
add:
#WR 1
- source: http
uri: http://192.XX.XX.XX/getjp
method: POST
headers:
- content-type: application/json
body: '{"782":{"0":null}}'
jq: '."782" ."0"'
#WR 2
- source: http
uri: http://192.XX.XX.XX/getjp
method: POST
headers:
- content-type: application/json
body: '{"782":{"1":null}}'
jq: '."782" ."1"'
#WR 3
- source: http
uri: http://192.XX.XX.XX/getjp
method: POST
headers:
- content-type: application/json
body: '{"782":{"2":null}}'
jq: '."782" ."2"'
Beta Was this translation helpful? Give feedback.
All reactions