Jandorello

Results 2 comments of Jandorello

I think this is a good start: ``` proscenic_zone: url: "https://mobile.proscenic.com.de:443/instructions/cmd21005/{{ serial }}/?segmentId=7&username={{ username }}" method: POST headers: host: "mobile.proscenic.com.de:443" token: "{{ token }}" content_type: 'application/json;charset=UTF-8' ``` without reverse engineering...

Hello, i don't know how segmentId is assigned. I assume it is a simple incremental value, so it depends on how many "zones" you have defined in your map. For...