mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 01:15:10 -06:00
chore: update carbon pkg to v2 latest, bump version
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/golang-module/carbon"
|
||||
"github.com/dromara/carbon/v2"
|
||||
|
||||
"github.com/Xevion/go-ha/internal"
|
||||
"github.com/Xevion/go-ha/types"
|
||||
@@ -17,7 +17,7 @@ type EntityListener struct {
|
||||
fromState string
|
||||
toState string
|
||||
throttle time.Duration
|
||||
lastRan carbon.Carbon
|
||||
lastRan *carbon.Carbon
|
||||
|
||||
betweenStart string
|
||||
betweenEnd string
|
||||
|
||||
Reference in New Issue
Block a user