Mercurial > code > home > repos > homeauto
view service/pilight/readme @ 1133:114ca7fd9d01
IR remote rule
Ignore-this: 901771de421a81129f2ddf4316af91d9
darcs-hash:a037a1bcf9631ac214fe1e61ff42fb00f25cb451
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 03 Feb 2018 14:38:10 -0800 |
parents | c4f69db56afd |
children |
line wrap: on
line source
GET / info PUT /led/0 <- '#ff0000' PUT /led <- '#ff0000' sets all GET /led/0 -> '#ff0000' GET /led -> ['#ff0000', '#ff0000'] json POST /image <- png; -> Location: /image/1 PUT /image/1 <- new png GET /image/1 -> png PUT /animationMode <- {mode: 'continuous', image: '/image/1', pxPerSec: 30} PUT /animationMode <- {mode: 'none'} GET /animationMode -> last input json