UNPKG

@wmfs/tymly-pg-plugin

Version:

Replace Tymly's out-the-box memory storage with PostgreSQL

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