UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

10 lines (8 loc) 229 B
'use strict' module.exports = class Sitting { run (event, context) { event.petDiary.push(`Stand back, ${event.petName} is using the cat litter!`) event.hoursSinceLastMotion = 0 context.sendTaskSuccess(event) } }