module.exports = { | |
ACTION_WELCOME: 'input.welcome', | |
ACTION_LOG_WATER: 'log_water', | |
ACTION_GET_LOGGED_WATER: 'get_logged_water' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
module.exports = { | |
ACTION_WELCOME: 'input.welcome', | |
ACTION_LOG_WATER: 'log_water', | |
ACTION_GET_LOGGED_WATER: 'get_logged_water' | |
}; |