1.89 kWh / 100km βš‘οΈπŸš†(@fluepke) 's Twitter Profile Photo

My Elgato keylight arrived

curl -X PUT -d '{\'lights\':[{\'brightness\':50,\'temperature\':286,\'on\':1}],\'numberOfLights\':1}' http://45.158.40.44:9123/elgato/lights

My @elgato keylight arrived

curl -X PUT -d '{\'lights\':[{\'brightness\':50,\'temperature\':286,\'on\':1}],\'numberOfLights\':1}' http://45.158.40.44:9123/elgato/lights
account_circle
Conor πŸ‘¨πŸ»β€πŸ’»(@conrmahr) 's Twitter Profile Photo

TIL, Elgato Ring Lights have API endpoints. No bearer-token needed. ⬇️

Request URL: http://ring-light-ip:9123/elgato/lights
Request Method: PUT
Body: { 'numberOfLights': 1, 'lights': [{'on': 1, 'brightness': 14, 'temperature': 156 }]}

account_circle
Matt Layher(@mdlayher) 's Twitter Profile Photo

Looks like writing a package to control my new Elgato Key Light will be a breeze!

$ curl -X PUT -d '{'lights':[{'on':1}]}' keylight:9123/elgato/lights

{'numberOfLights':1,'lights':[{'on':1,'brightness':20,'temperature':276}]}

account_circle
Joe Wintergreen(@joewintergreen) 's Twitter Profile Photo

'the cost of shadows is basically: NumberOfLights * NumberOfMeshesAffected * NumberOfTrianglesInThoseMeshes' so, low attenuation radii yo

account_circle
qsx πŸ›‘οΈ(@__qsx__) 's Twitter Profile Photo

1.89 kWh / 100km βš‘οΈπŸš† Elgato curl -d $(jo lights=$(jo -a $(jo brightness=50 temperature=286 on=1)) numberOfLights=1)
Macht tippen einfacher. Oder gleich HTTPie, das kann iirc auch json bauen.

account_circle