UNPKG

rxpoweredup

Version:

A Typescript RxJS-based library for controlling LEGO Powered UP hubs & peripherals.

8 lines (7 loc) 525 B
export var PortCommandExecutionStatus; (function (PortCommandExecutionStatus) { PortCommandExecutionStatus[PortCommandExecutionStatus["inProgress"] = 0] = "inProgress"; PortCommandExecutionStatus[PortCommandExecutionStatus["discarded"] = 1] = "discarded"; PortCommandExecutionStatus[PortCommandExecutionStatus["completed"] = 2] = "completed"; PortCommandExecutionStatus[PortCommandExecutionStatus["executionError"] = 3] = "executionError"; })(PortCommandExecutionStatus || (PortCommandExecutionStatus = {}));