Skip to content

Commit 9f44238

Browse files
committed
Remove ParentControlHub, since control hubs will always be parents
1 parent 41ae6a3 commit 9f44238

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
import { ExpansionHub, ParentRevHub } from "@rev-robotics/expansion-hub";
22

3-
export interface ParentControlHub extends ParentRevHub, ControlHub {
4-
readonly serialNumber: string;
5-
}
6-
7-
export interface ControlHub extends ExpansionHub {}
3+
export interface ControlHub extends ExpansionHub, ParentRevHub {}

0 commit comments

Comments
 (0)