Skip to content

Commit

Permalink
Remove some done todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy1Am committed Jan 30, 2024
1 parent fa58340 commit b67b54b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ void MitsubishiUART::processStatusGetResponsePacket(const StatusGetResponsePacke
action = climate::CLIMATE_ACTION_OFF;
}
// If mode is fan only, packet.getOperating() may be false, but the fan is running
// TODO: Check that this ^ is true
else if (mode == climate::CLIMATE_MODE_FAN_ONLY) {
action = climate::CLIMATE_ACTION_FAN;
}
Expand Down
1 change: 0 additions & 1 deletion components/mitsubishi_uart/muart_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const optional<RawPacket> MUARTBridge::receiveRawPacket() const {
return RawPacket(packetBytes, PACKET_HEADER_SIZE + payloadSize + 1);
}

// TODO: Any way to dynamic_cast?
void MUARTBridge::processRawPacket(RawPacket &pkt) const {
switch (pkt.getPacketType())
{
Expand Down

0 comments on commit b67b54b

Please sign in to comment.