This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/app/components/controls/music-control.js

13 lines
130 B
JavaScript

import Em from 'ember';
export default Em.Component.extend({
apiURL: null,
lightsData: null,
activeLights: null,
});