mirror of
https://github.com/Xevion/go-ha.git
synced 2026-01-31 06:24:27 -06:00
set up entityListener and switch websocket library
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package internal
|
||||
|
||||
var id int64 = 0
|
||||
|
||||
func GetId() int64 {
|
||||
id += 1
|
||||
return id
|
||||
}
|
||||
Reference in New Issue
Block a user