Method | Description | |
---|---|---|
Get ( ) : IEnumerable |
||
Get ( string id ) : RightpointLabs.Pourcast.Domain.Models.Tap | ||
TapController ( ITapOrchestrator tapOrchestrator ) : System |
Method | Description | |
---|---|---|
Heartbeat ( ) : void | ||
LogMessage ( string message ) : void | ||
Pouring ( [ id, [ volume ) : void | ||
StartPour ( string id ) : void | ||
StopPour ( [ id, [ volume ) : void | ||
Temperature ( [ id, [ f ) : void |
public Get ( string id ) : RightpointLabs.Pourcast.Domain.Models.Tap | ||
id | string | |
return | RightpointLabs.Pourcast.Domain.Models.Tap |
public TapController ( ITapOrchestrator tapOrchestrator ) : System | ||
tapOrchestrator | ITapOrchestrator | |
return | System |