Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- scheduleUpdate :: MonadIO m => Int -> Car m CommandResponse
- cancelUpdate :: forall m. MonadIO m => Car m CommandResponse
Documentation
scheduleUpdate :: MonadIO m => Int -> Car m CommandResponse Source #
Schedule a software update in this many seconds.
cancelUpdate :: forall m. MonadIO m => Car m CommandResponse Source #
Cancel a scheduled software update.