Closed novski closed 5 years ago
In my eyes the readme is not complet. After installing webthing it does not cover where to go to and how to create that new thing called: light = Thing('My Lamp', ['OnOffSwitch', 'Light'], 'A web connected lamp')
light = Thing('My Lamp', ['OnOffSwitch', 'Light'], 'A web connected lamp')
How can i start that server?
Found out how, and made a PR to catch that case of uneducated pople... PR
In my eyes the readme is not complet. After installing webthing it does not cover where to go to and how to create that new thing called:
light = Thing('My Lamp', ['OnOffSwitch', 'Light'], 'A web connected lamp')
How can i start that server?