Skip to content

Commit

Permalink
chore: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidborzek committed Mar 1, 2022
1 parent 7539ab9 commit 3bcfc5a
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 216 deletions.
14 changes: 7 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { API } from "homebridge";
import Thermostat from "./thermostat";
import { API } from 'homebridge';
import Thermostat from './thermostat';

export = (api: API) => {
api.registerAccessory(
"homebridge-dummy-thermostat",
"Thermostat",
Thermostat
);
api.registerAccessory(
'homebridge-dummy-thermostat',
'Thermostat',
Thermostat
);
};
Loading

0 comments on commit 3bcfc5a

Please sign in to comment.