User Tools

Site Tools


qlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qlab [2024/11/13 20:31] ssm2017qlab [2024/11/19 20:56] (current) – [Panasonic] ssm2017
Line 46: Line 46:
 </sxh> </sxh>
 ==== Panasonic ==== ==== Panasonic ====
 +=== Tnn ===
 <sxh> <sxh>
 set powerOff to "/cgi-bin/power_off.cgi" set powerOff to "/cgi-bin/power_off.cgi"
Line 105: Line 106:
 </sxh> </sxh>
  
 +=== SebMas ===
 +open
 +<sxh>
 +do shell script "curl -L " & "http://admin1:panasonic@192.168.1.8/cgi-bin/sd95.cgi?cm=0200a1910203"
 +</sxh>
 +close
 +<sxh>
 +do shell script "curl -L " & "http://admin1:panasonic@192.168.1.8/cgi-bin/sd95.cgi?cm=0200a1910103"
 +</sxh>
 ==== barco ==== ==== barco ====
  
 source : https://groups.google.com/g/qlab/c/Do_TWCj7E5E source : https://groups.google.com/g/qlab/c/Do_TWCj7E5E
 <sxh bash> <sxh bash>
-do shell script "curl -X POST -H -m 1 \"Content-Type: application/json\" -d '{\"jsonrpc\": \"2.0\", \"method\": \"property.set\", \"params\": {\"property\": \"optics.shutter.target\", \"value\": \"Open\"}}' 192.168.88.13:9090"+do shell script "curl -X POST -m 1 -H \"Content-Type: application/json\" -d '{\"jsonrpc\": \"2.0\", \"method\": \"property.set\", \"params\": {\"property\": \"optics.shutter.target\", \"value\": \"Open\"}}' 192.168.88.13:9090"
 </sxh> </sxh>
qlab.1731526270.txt.gz · Last modified: by ssm2017