Skip to content

Commit 9185d84

Browse files
committed
Update goveeHTTP.js
1 parent 852fa37 commit 9185d84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/goveeHTTP.js

-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ module.exports = class goveeHTTP {
6868
}
6969

7070
async updateDevice (accessoryContext, cmd) {
71-
// if (!accessoryContext.online) {
72-
// throw new Error('it is currently offline')
73-
// }
7471
const res = await axios({
7572
url: 'https://developer-api.govee.com/v1/devices/control',
7673
method: 'put',

0 commit comments

Comments
 (0)