Project

General

Profile

Download (107 Bytes) Statistics
| Branch: | Tag: | Revision:
import API from '../API';

export default {
getHostPowerState(id) {
API.getHostPowerData(id);
}
};
(1-1/3)