Skip to content

Commit 5335cda

Browse files
committed
Update readme to fix typo and add roadmap
1 parent c9d10ad commit 5335cda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@ import smartapp from '@smartthings/smartapp'
3737
## Highlights
3838

3939
- [x] Javascript API hides details of REST calls and authentication.
40-
- [x] Event handler framework dispatches lifecycle evebnts to named event handlers.
40+
- [x] Event handler framework dispatches lifecycle events to named event handlers.
4141
- [x] Configuration page API simplifies page definition.
4242
- [x] Integrated [i18n](https://www.npmjs.com/package/i18n) framework provides configuration page localization.
4343
- [x] [Winston](https://www.npmjs.com/package/winston) framework manges log messages.
4444

45+
## Roadmap
46+
47+
![Roadmap](doc/roadmap-2019.png)
48+
4549
## Example
4650

4751
The following example is the equivalent of the original SmartThings Groovy _Let There Be Light_ app that turns on and off a light when a door opens and closes.

doc/roadmap-2019.png

183 KB
Loading

0 commit comments

Comments
 (0)