export default { STATUS_OFF: 0, STATUS_ON: 1, STATUS_STARTING: 2, STATUS_STOPPING: 3, };