More refactoring, moved kettle auto off out of the kettle implementation and into a seperate automation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-19 04:36:40 +01:00
parent 20e7e830a6
commit 5aefcf0157
13 changed files with 99 additions and 68 deletions

View File

@@ -13,6 +13,7 @@ import (
type DeviceInterface interface {
device.Basic
IsGoogleDevice()
Sync() *Device
Query() DeviceState
Execute(execution Execution, updatedState *DeviceState) (errCode string, online bool)