Lemon2311 / IoTFleet

Library to control multiple micropython microcontroller devices from master pc running python or javascript
4 stars 1 forks source link

initialized homeServer, actively supports digital output #21

Closed Lemon2311 closed 10 months ago

Lemon2311 commented 10 months ago

HomeServer is a webpage that can be used to automate/control different devices around a household. The active implementation contains a list in which items can be added following the pin/name struct(ex:d13/lamp), that will initialize the pin as a digital output and on click of the item it will toggle the state of the pin (high/low).

Lemon2311 commented 10 months ago

The added list items aren`t saved, so the items disappear on page refresh.