true]). */ public function setState(Entity $entity, array $state): void; /** Reboot the whole device. */ public function reboot(Device $device): void; /** Entity types this driver can control. */ public function capabilities(): array; }