Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

zettajs/zetta-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zetta Hello World

This is a sample zetta app with two mock devices, a sensor and an actuator.

##Sensor

Our sensor is a mock photocell.

##Actuator

Our actuator is a mock LED.

##App

Our app is a dusk to dawn lighting system that monitors the photocell. When the photocell indicates that it's dark the app turns on the light. When the photocell indicates that it's light then the app turns off the light.