mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
fix
This commit is contained in:
parent
94e8a1d389
commit
37bda22d66
@ -36,6 +36,10 @@ namespace ratgdo {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t fixed;
|
uint64_t fixed;
|
||||||
uint32_t data;
|
uint32_t data;
|
||||||
|
bool operator==(const command& a) const
|
||||||
|
{
|
||||||
|
return (fixed == a.fixed && data == a.data);
|
||||||
|
}
|
||||||
} command;
|
} command;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user