├── CODE_OF_CONDUCT.md ├── LICENSE ├── Photos ├── Serial-Console.jpg ├── lutron-light-bulbs-changers-adapters-lzl-4b-wh-l01-64_1000.jpg ├── lutron-light-bulbs-changers-adapters-lzl-4b-wh-l01-c3_1000.jpg └── pycharm-screen.png ├── README.md ├── images ├── add-things.png ├── dimmable-color-light.png ├── empty-things-screen.png ├── get-property.png ├── get-thing.png ├── jwt.png ├── login.png ├── open-websocket.png ├── postman.png ├── request-action.png ├── set-property.png ├── virtual-things.png └── wot_gw.png └── tools ├── dd-from-sdcard.sh ├── dd-to-sdcard.sh ├── mount-img.sh ├── mount-img2.sh ├── umount-img.sh └── umount-img2.sh /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/LICENSE -------------------------------------------------------------------------------- /Photos/Serial-Console.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/Photos/Serial-Console.jpg -------------------------------------------------------------------------------- /Photos/lutron-light-bulbs-changers-adapters-lzl-4b-wh-l01-64_1000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/Photos/lutron-light-bulbs-changers-adapters-lzl-4b-wh-l01-64_1000.jpg -------------------------------------------------------------------------------- /Photos/lutron-light-bulbs-changers-adapters-lzl-4b-wh-l01-c3_1000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/Photos/lutron-light-bulbs-changers-adapters-lzl-4b-wh-l01-c3_1000.jpg -------------------------------------------------------------------------------- /Photos/pycharm-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/Photos/pycharm-screen.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/README.md -------------------------------------------------------------------------------- /images/add-things.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/add-things.png -------------------------------------------------------------------------------- /images/dimmable-color-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/dimmable-color-light.png -------------------------------------------------------------------------------- /images/empty-things-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/empty-things-screen.png -------------------------------------------------------------------------------- /images/get-property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/get-property.png -------------------------------------------------------------------------------- /images/get-thing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/get-thing.png -------------------------------------------------------------------------------- /images/jwt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/jwt.png -------------------------------------------------------------------------------- /images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/login.png -------------------------------------------------------------------------------- /images/open-websocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/open-websocket.png -------------------------------------------------------------------------------- /images/postman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/postman.png -------------------------------------------------------------------------------- /images/request-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/request-action.png -------------------------------------------------------------------------------- /images/set-property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/set-property.png -------------------------------------------------------------------------------- /images/virtual-things.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/virtual-things.png -------------------------------------------------------------------------------- /images/wot_gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/images/wot_gw.png -------------------------------------------------------------------------------- /tools/dd-from-sdcard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/tools/dd-from-sdcard.sh -------------------------------------------------------------------------------- /tools/dd-to-sdcard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/tools/dd-to-sdcard.sh -------------------------------------------------------------------------------- /tools/mount-img.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/tools/mount-img.sh -------------------------------------------------------------------------------- /tools/mount-img2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/tools/mount-img2.sh -------------------------------------------------------------------------------- /tools/umount-img.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/tools/umount-img.sh -------------------------------------------------------------------------------- /tools/umount-img2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebThingsIO/wiki/HEAD/tools/umount-img2.sh --------------------------------------------------------------------------------